summarylogtreecommitdiffstats
path: root/accel-pppd.service
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd.service')
-rw-r--r--accel-pppd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/accel-pppd.service b/accel-pppd.service
new file mode 100644
index 000000000000..bce17574b79a
--- /dev/null
+++ b/accel-pppd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Accel-PPPD Daemon
+Conflicts=pptpd.service
+After=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/accel-pppd
+ExecStart=/usr/bin/accel-pppd -d -p $PIDFILE $ARGS
+ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID
+PIDFile=/run/accel-pppd.pid
+Type=forking
+
+[Install]
+WantedBy=multi-user.target