14 lines
212 B
SYSTEMD
14 lines
212 B
SYSTEMD
|
[Unit]
|
||
|
Description=PPPoE
|
||
|
After=network.target
|
||
|
Wants=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=true
|
||
|
ExecStart=/usr/sbin/pppoe-start
|
||
|
ExecStop=/usr/sbin/pppoe-stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|