summarylogtreecommitdiffstats
path: root/ppp.systemd
blob: 8a963af74745d6560b35d2e807501b82a0a912be (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 nolog

[Install]
WantedBy=multi-user.target