mirror of
https://abf.rosa.ru/djam/xl2tpd.git
synced 2025-02-24 10:23:00 +00:00
15 lines
332 B
Desktop File
15 lines
332 B
Desktop File
[Unit]
|
|
Description=Level 2 Tunnel Protocol Daemon (L2TP)
|
|
After=network.target
|
|
After=ipsec.service
|
|
# Some ISPs in Russia use l2tp without IPsec, so don't insist anymore
|
|
#Wants=ipsec.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/var/run/xl2tpd/xl2tpd.pid
|
|
ExecStart=/usr/sbin/xl2tpd -D
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|