bundlewrap/bundles/pppd/files/pppoe.service
2020-11-13 21:41:02 +01:00

13 lines
193 B
Desktop File

[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