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.
|
[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
|