bundles/pppd: introduce
This commit is contained in:
parent
b1860b7e01
commit
3b829caaf6
5 changed files with 117 additions and 0 deletions
12
bundles/pppd/files/pppoe.service
Normal file
12
bundles/pppd/files/pppoe.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue