Last active
November 13, 2019 10:56
-
-
Save maulvi/edd18baf4dc3f1838c88a9f44862fa1d to your computer and use it in GitHub Desktop.
Softether entware startup, place this file at /usr/local/etc/rc.d
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
#!/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