blob: d271efb4161ca8110ca7c053d2aed62299d7ef88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Dialing PPP connection %I
After=network.target
[Service]
ExecStart=/usr/sbin/pppd call %I nodetach nolog
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target
|