Skip to content

Instantly share code, notes, and snippets.

View quentindecock's full-sized avatar

Quentin Decock quentindecock

  • Peers & Peers
  • Paris
View GitHub Profile
#!/bin/bash
### BEGIN INIT INFO
# Provides: APPLICATION
# Required-Start: $all
# Required-Stop: $network $local_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start the APPLICATION unicorns at boot
# Description: Enable APPLICATION at boot time.
### END INIT INFO