6dc111e2ec
- Add unit file - Fix building for SLE_11_SP3 - Clean specfile OBS-URL: https://build.opensuse.org/request/show/252234 OBS-URL: https://build.opensuse.org/package/show/network/vpnc?expand=0&rev=83
14 lines
313 B
Desktop File
14 lines
313 B
Desktop File
[Unit]
|
|
Description=VPNC connection to %i
|
|
Documentation=man:vpnc(8) http://www.unix-ag.uni-kl.de/~massar/vpnc/
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/vpnc --pid-file=/run/vpnc@%i.pid /etc/vpnc/%i.conf
|
|
PIDFile=/run/vpnc@%i.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|