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.
gentoo-overlay/net-dialup/xl2tpd/files/xl2tpd.service

13 lines
232 B

[Unit]
Description=Layer 2 Tunneling Protocol Daemon (L2TP)
After=syslog.target network.target
After=ipsec.service
[Service]
ExecStart=/usr/sbin/xl2tpd -D
KillSignal=SIGINT
SuccessExitStatus=1
[Install]
WantedBy=multi-user.target