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.
14 lines
264 B
14 lines
264 B
13 years ago
|
[Unit]
|
||
|
Description=Level 2 Tunnel Protocol Daemon (L2TP)
|
||
|
After=syslog.target network.target
|
||
|
After=openswan.service
|
||
|
Wants=openswan.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
PIDFile=/var/run/xl2tpd/xl2tpd.pid
|
||
|
ExecStart=/usr/sbin/xl2tpd -D
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|