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/bash | |
# /etc/init.d/planetary | |
# version 0.0.3 2015-04-25 (YYYY-MM-DD) | |
# caveat emptor, don't copy and paste and just hope it'll work, READ AND COMPREHEND. | |
### BEGIN INIT INFO | |
# Provides: planetary | |
# Required-Start: $local_fs $remote_fs | |
# Required-Stop: $local_fs $remote_fs | |
# Should-Start: $network |