summarylogtreecommitdiffstats
path: root/accel-pppd.service
blob: bce17574b79a969b1cc6eec81bc67bd1cce96381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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