bundles/pppd: introduce

This commit is contained in:
Franzi 2020-11-13 21:41:02 +01:00
parent b1860b7e01
commit 3b829caaf6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[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