Skip to content

Instantly share code, notes, and snippets.

@BFDZ
Last active March 29, 2018 15:58
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 BFDZ/7122e6ecb557aa9bf24ebaaaf2e5e565 to your computer and use it in GitHub Desktop.
Save BFDZ/7122e6ecb557aa9bf24ebaaaf2e5e565 to your computer and use it in GitHub Desktop.
#!/bin/bash
### BEGIN INIT INFO
# Provides: status
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Should-Start: $network
# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: status
# Description: status
### END INIT INFO
source /etc/profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment