Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@maulvi
Last active November 13, 2019 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maulvi/edd18baf4dc3f1838c88a9f44862fa1d to your computer and use it in GitHub Desktop.
Save maulvi/edd18baf4dc3f1838c88a9f44862fa1d to your computer and use it in GitHub Desktop.
Softether entware startup, place this file at /usr/local/etc/rc.d
#!/bin/sh
case $1 in
start)
/opt/etc/init.d/S05vpnserver start
;;
stop)
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment