summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-12 20:33:03 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-12 20:33:24 +0200
commitad489280ba7f4511016883c24a6d0b06b6659df8 (patch)
tree1a61be8d2dfd4f5ccc108286def4f24b205e756b /src/systemd
parent254faff9678eb03cd212f6e4b08f8502bd28b492 (diff)
downloadvyos-1x-ad489280ba7f4511016883c24a6d0b06b6659df8.tar.gz
vyos-1x-ad489280ba7f4511016883c24a6d0b06b6659df8.zip
vpn: l2tp: T2185: move generated files to volatile /run/accel-ppp directory
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/accel-ppp-l2tp.service14
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