summarylogtreecommitdiffstats
path: root/accel-pppd.service
diff options
context:
space:
mode:
authorAlexandr Boiko2015-06-10 13:53:51 +1000
committerAlexandr Boiko2015-06-10 13:53:51 +1000
commit11ef48fc5ad8377bd053d64a429551e6f99e3aff (patch)
tree50828f7ce64c24a7a88b1d31e54144f3a432b0b6 /accel-pppd.service
downloadaur-11ef48fc5ad8377bd053d64a429551e6f99e3aff.tar.gz
Initial import
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