Skip to content

Instantly share code, notes, and snippets.

@martinrusev
Created September 4, 2015 07:10
Show Gist options
  • Save martinrusev/b223474bcd7a692f1c3c to your computer and use it in GitHub Desktop.
Save martinrusev/b223474bcd7a692f1c3c to your computer and use it in GitHub Desktop.
Amon init metadata
#!/usr/bin/env bash
# chkconfig: 2345 95 05
# description: Amon web server
# processname: amon
# pidfile: /var/run/amon.pid
### BEGIN INIT INFO
# Provides: amon
# Required-Start: $all
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start the Amon Web App
### END INIT INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment