SHA256
1
0
forked from pool/openvpn
openvpn/openvpn.service
Reinhard Max 283c2a8f8b - Remove --askpass again, because it was also asking for a password
when none was needed. As a workaround for keys that need a
  password, the "askpass" statement should be added to the config
  file (bsc#1078026).
- Use Type=notify in openvpn.service to reflect what openvpn is
  actually doing.
- Import the new signing key from upstream.
- Remove obsolete configure switch --enable-password-save .

OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=134
2018-04-10 14:40:39 +00:00

16 lines
465 B
Desktop File

[Unit]
Description=OpenVPN tunneling daemon instance using /etc/openvpn/%I.conf
After=network.target
PartOf=openvpn.target
[Service]
Type=notify
PrivateTmp=true
PIDFile=/var/run/openvpn/%i.pid
ExecStart=/usr/sbin/openvpn --daemon openvpn@%i --suppress-timestamps --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf
ExecReload=/sbin/killproc -p /var/run/openvpn/%i.pid -HUP /usr/sbin/openvpn
[Install]
WantedBy=multi-user.target openvpn.target