Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vduglued's full-sized avatar

Aaron Pollock vduglued

  • Newtownards, Northern Ireland
View GitHub Profile
#!/bin/sh
# Amazon Linux AMI startup script for a supervisor instance
#
# chkconfig: 2345 80 20
# description: Autostarts supervisord.
# Source function library.
. /etc/rc.d/init.d/functions
supervisorctl="/usr/bin/supervisorctl"