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