summarylogtreecommitdiffstats
path: root/accel-pppd.service
diff options
context:
space:
mode:
authorAlexandr Boiko2015-11-03 18:56:14 +1000
committerAlexandr Boiko2015-11-03 18:56:14 +1000
commit3d3c6aaca115a84d196e98c8fc0a225c44226989 (patch)
tree33c43e802313e2f00bb84799d3d9fd9c6c56c577 /accel-pppd.service
parent1228cf31416fba46b5271f2e50909d2d1572ad89 (diff)
downloadaur-3d3c6aaca115a84d196e98c8fc0a225c44226989.tar.gz
Update to r1190.28777b9
Diffstat (limited to 'accel-pppd.service')
-rw-r--r--accel-pppd.service7
1 files changed, 3 insertions, 4 deletions
diff --git a/accel-pppd.service b/accel-pppd.service
index bce17574b79a..0eb5cf663909 100644
--- a/accel-pppd.service
+++ b/accel-pppd.service
@@ -1,12 +1,11 @@
[Unit]
Description=Accel-PPPD Daemon
Conflicts=pptpd.service
-After=network.target
+After=network-online.target
[Service]
-EnvironmentFile=/etc/conf.d/accel-pppd
-ExecStart=/usr/bin/accel-pppd -d -p $PIDFILE $ARGS
-ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID
+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
PIDFile=/run/accel-pppd.pid
Type=forking