Skip to content

Instantly share code, notes, and snippets.

View ryansmccoy's full-sized avatar
🦖
I may be slow to respond.

ryan ryansmccoy

🦖
I may be slow to respond.
View GitHub Profile
@ryansmccoy
ryansmccoy / supervisord.sh
Last active February 12, 2018 23:02 — forked from danmackinlay/supervisord.sh
an init.d script for supervisord
#! /bin/sh
### BEGIN INIT INFO
# Provides: supervisord
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Example initscript
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.