]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ppp/systemd/pppd@.service
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[people/amarx/ipfire-3.x.git] / ppp / systemd / pppd@.service
1 [Unit]
2 Description=Point-to-Point protocol daemon on %I
3 BindTo=dev-%I.device
4 After=dev-%I.device
5
6 [Service]
7 Type=forking
8 ExecStartPre=/usr/lib/network/helpers/pppd-config-helper create %I
9 ExecStart=/usr/sbin/pppd file /run/network/ppp/%I/pppd.conf
10 ExecStopPost=/usr/lib/network/helpers/pppd-config-helper remove %I
11 PIDFile=/run/ppp-%I.pid
12 Restart=failure
13 UtmpIdentifier=%I
14 KillMode=process