As diretrizes systemd
unit openvpn.service
usam /bin/true
para ExecStart
e ExecReload
. Alguém cometeu o erro de adicionar o comentário
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
em vez de
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
# [Explanation how to start the server]
sudo netstat -tupln | grep 1194
revela que o OpenVPN não está em execução ( port
in /etc/openvpn/server.conf
é 1194).
A [email protected]
unit é o OpenVPN connection to %i
que não inicia o servidor.