mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 23:14:37 +08:00
11 lines
198 B
SYSTEMD
11 lines
198 B
SYSTEMD
|
[Unit]
|
||
|
Description=VPNC connection to %i
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/vpnc --pid-file=/run/vpnc@%i.pid /etc/vpnc/%i.conf
|
||
|
PIDFile=/run/vpnc@%i.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|