summaryrefslogtreecommitdiff
path: root/src/systemd/ppp@.service
blob: bb462203421d8bb41cd1701549da6909d65a01b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Dialing PPP connection %I
After=vyos-router.service

[Service]
ExecStart=/usr/sbin/pppd call %I nodetach nolog
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target