Skip to content

Instantly share code, notes, and snippets.

@Handsome1080P
Forked from cftang0827/pppoe.service
Created April 23, 2024 08:38
Show Gist options
  • Save Handsome1080P/63571bbac5bb8fff2528ea453dcb65cd to your computer and use it in GitHub Desktop.
Save Handsome1080P/63571bbac5bb8fff2528ea453dcb65cd 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment