bundlewrap/bundles/pppd/files/pppoe.service

15 lines
248 B
SYSTEMD
Raw Normal View History

2020-11-13 20:41:02 +00:00
[Unit]
Description=PPPoE connection
After=network-online.target
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/bin/pon
ExecStop=/usr/bin/poff -a
ExecStop=/etc/ppp/wait-until-stopped
TimeoutStopSec=90
2020-11-13 20:41:02 +00:00
[Install]
WantedBy=default.target