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
|
2020-11-15 08:56:06 +00:00
|
|
|
ExecStop=/etc/ppp/wait-until-stopped
|
|
|
|
TimeoutStopSec=90
|
2020-11-13 20:41:02 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|