Skip to content

Instantly share code, notes, and snippets.

@rca
Created July 10, 2015 10:48
Show Gist options
  • Save rca/c312ffd1a13fcf70338e to your computer and use it in GitHub Desktop.
Save rca/c312ffd1a13fcf70338e to your computer and use it in GitHub Desktop.
init info for debian based /etc/init.d script
### 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