Created
November 23, 2018 19:24
-
-
Save cftang0827/72c18bc3018c5bfe033f02af406761bf to your computer and use it in GitHub Desktop.
systemd for pppoe pon network connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=pppoe | |
[Service] | |
Type=simple | |
WorkingDirectory=/usr/bin/ | |
ExecStart=/usr/bin/pon dsl-provider | |
Restart=always | |
[Install] | |
WantedBy=multi-user.target |
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
Doesn't work for me unless I specify
Type=forking
on Debian Buster (Beaglebone Black single-board computer).