diff options
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/accel-ppp-l2tp.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/systemd/accel-ppp-l2tp.service b/src/systemd/accel-ppp-l2tp.service deleted file mode 100644 index 27f0cc8c0..000000000 --- a/src/systemd/accel-ppp-l2tp.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Accel-PPP/L2TP -After=vyos-router.service - -[Service] -ExecStart=/usr/sbin/accel-pppd -d -p /run/accel-pppd-l2tp.pid -c /etc/accel-ppp/l2tp.conf -ExecReload=/bin/kill -SIGUSR1 $MAINPID -PIDFile=/run/accel-pppd-l2tp.pid -Type=forking -Restart=always - -[Install] -WantedBy=multi-user.target -Alias=accel-ppp-l2tp.service |