summaryrefslogtreecommitdiff
path: root/testing/ppp/ppp.systemd
blob: a5c490a736478add53c44a8edb056d7af59b3301 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=PPP link to %I
Before=network.target

[Service]
ExecStart=/usr/sbin/pppd call %I nodetach

[Install]
WantedBy=multi-user.target