blob: 5bc028313ba411094f72a0aed85c360ba80031db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=The open L2TP implementation
After=network.target remote-fs.target nss-lookup.target rpcbind.target
Requires=rpcbind.service
[Service]
Type=forking
PIDFile=/run/openl2tpd.pid
EnvironmentFile=/etc/conf.d/openl2tpd
ExecStartPre=/usr/bin/modprobe -q l2tp_ppp
ExecStart=/usr/bin/openl2tpd $OPENL2TPDARGS
[Install]
WantedBy=multi-user.target
|