summarylogtreecommitdiffstats
path: root/accel-pppd.service
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd.service')
-rw-r--r--accel-pppd.service7
1 files changed, 5 insertions, 2 deletions
diff --git a/accel-pppd.service b/accel-pppd.service
index 0eb5cf663909..b736ca856fe5 100644
--- a/accel-pppd.service
+++ b/accel-pppd.service
@@ -1,13 +1,16 @@
[Unit]
-Description=Accel-PPPD Daemon
+Description=Accel-PPP Daemon
Conflicts=pptpd.service
After=network-online.target
[Service]
ExecStart=/usr/bin/accel-pppd -d -p /run/accel-pppd.pid -c /etc/accel-ppp.conf
-ExecReload=/usr/bin/kill -SIGUSR1 -p /run/accel-pppd.pid
+StandardOutput=null
+ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID
PIDFile=/run/accel-pppd.pid
Type=forking
+Restart=always
[Install]
WantedBy=multi-user.target
+Alias=accel-ppp.service