12 lines
193 B
Desktop File
12 lines
193 B
Desktop File
[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
|