forked from pool/openvpn
- Add --askpass to ExecStart, so that the user name and password
are correctly being queried from the user. (bsc#1078026, boo#985798, boo#1031748) - Use %service_add/del macros throughout (bsc#1038406). OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=131
This commit is contained in:
@@ -7,7 +7,7 @@ PartOf=openvpn.target
|
||||
Type=forking
|
||||
PrivateTmp=true
|
||||
PIDFile=/var/run/openvpn/%i.pid
|
||||
ExecStart=/usr/sbin/openvpn --daemon --suppress-timestamps --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf
|
||||
ExecStart=/usr/sbin/openvpn --daemon --askpass --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]
|
||||
|
Reference in New Issue
Block a user