summarylogtreecommitdiffstats
path: root/l2tp-ipsec-vpn-daemon.service
blob: 1460114590f0097e998c51cd7b1ece54f5ec46a5 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=L2TP over IPsec VPN daemon

[Service]
Type=forking
PIDFile=/var/run/L2tpIPsecVpnControlDaemon.pid
ExecStart=/usr/bin/L2tpIPsecVpnControlDaemon
ExecStop=/usr/bin/kill -9 $MAINPID
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process