bundlewrap/bundles/pppd/files/pppoe.service

15 lines
285 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
# This is important, because otherwise systemd will kill the ip-down scripts!
KillMode=none
[Install]
WantedBy=default.target