Created
July 10, 2015 10:48
-
-
Save rca/c312ffd1a13fcf70338e to your computer and use it in GitHub Desktop.
init info for debian based /etc/init.d script
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
### BEGIN INIT INFO | |
# Provides: your service | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: | |
# Short-Description: service description | |
### END INIT INFO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment