]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - rp-pppoe/systemd/pppoe-server@.service
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[people/amarx/ipfire-3.x.git] / rp-pppoe / systemd / pppoe-server@.service
1 [Unit]
2 Description=PPPoE server daemon on %I
3 BindTo=dev-%I.device
4 After=dev-%I.device
5
6 [Service]
7 ExecStart=/usr/lib/network/pppoe-server %I
8 ExecStopPost=/usr/lib/network/pppoe-server %I cleanup
9 Restart=failure
10 UtmpIdentifier=%I
11 KillMode=process