Skip to content

Instantly share code, notes, and snippets.

@cftang0827
Created November 23, 2018 19:24
Show Gist options
  • Save cftang0827/72c18bc3018c5bfe033f02af406761bf to your computer and use it in GitHub Desktop.
Save cftang0827/72c18bc3018c5bfe033f02af406761bf to your computer and use it in GitHub Desktop.
systemd for pppoe pon network connection
[Unit]
Description=pppoe
[Service]
Type=simple
WorkingDirectory=/usr/bin/
ExecStart=/usr/bin/pon dsl-provider
Restart=always
[Install]
WantedBy=multi-user.target
@me21
Copy link

me21 commented Apr 14, 2022

Doesn't work for me unless I specify Type=forking on Debian Buster (Beaglebone Black single-board computer).

@frank-w
Copy link

frank-w commented Jul 12, 2024

Thank you very much for pointing to this...had same issue (independ of this project)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment