Create a gist now

Instantly share code, notes, and snippets.

anonymous /hello Secret
Created Feb 27, 2017

What would you like to do?
#!/bin/sh
### BEGIN INIT INFO
# Provides: hello
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Hello to you
### END INIT INFO
# my code
user@host:/etc$ sudo find . -name "*hello"
./init.d/hello
./rc2.d/S01hello
./rc3.d/S01hello
./rc5.d/S01hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment