Fli
04-20-2018, 10:20 PM
service openvpn restart
Redirecting to /bin/systemctl restart openvpn.service
Failed to restart openvpn.service: Unit not found.
Try:
systemctl restart openvpn@server
"server" may be name of the config file in $ ls /etc/openvpn -l|grep conf
mine was server.conf
Even if systemctl command return no result, service was restarted, verify:
systemctl status openvpn@server
Redirecting to /bin/systemctl restart openvpn.service
Failed to restart openvpn.service: Unit not found.
Try:
systemctl restart openvpn@server
"server" may be name of the config file in $ ls /etc/openvpn -l|grep conf
mine was server.conf
Even if systemctl command return no result, service was restarted, verify:
systemctl status openvpn@server