forked from pool/openvpn
283c2a8f8b
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
16 lines
465 B
Desktop File
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
|
|
|