forked from pool/openvpn
0b141f27c6
Update and systemd support For a weird reason, adding entry in changes file is followed with a conflict in changes file... Can you add this for me ? Thanks you http://paste.opensuse.org/30892895 OBS-URL: https://build.opensuse.org/request/show/159617 OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=52
15 lines
337 B
Desktop File
15 lines
337 B
Desktop File
[Unit]
|
|
Description=OpenVPN Robust And Highly Flexible Tunneling Application On %I
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
Type=forking
|
|
PIDFile=/var/run/openvpn/%i.pid
|
|
ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|