Skip to content

Instantly share code, notes, and snippets.

View ntarello's full-sized avatar

Nahuel Tarello ntarello

  • Buenos Aires, Argentina
View GitHub Profile
@lmammino
lmammino / supervisord
Last active July 20, 2021 12:24
init script and sample configuration for supervisor daemon
#!/bin/sh
#
# Based on a work of Miquel van Smoorenburg <[email protected]>
#
### BEGIN INIT INFO
# Provides: supervisor
# Required-Start: $remote_fs $network $named
# Required-Stop: $remote_fs $network $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6