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