bundlewrap/bundles/pppd/files/pppoe.service

13 lines
193 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
[Install]
WantedBy=default.target