You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
368 B
17 lines
368 B
[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=/run/xl2tpd/xl2tpd.pid
|
|
ExecStartPre=/sbin/modprobe -q l2tp_ppp
|
|
ExecStart=/usr/sbin/xl2tpd -D
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|