Skip to content

Instantly share code, notes, and snippets.

View guilhem's full-sized avatar
Ohai!

Guilhem Lettron guilhem

Ohai!
View GitHub Profile
@darK-Zi0n-te4am-cr3vv
darK-Zi0n-te4am-cr3vv / etc..init..openvpn-instance.conf
Created August 9, 2012 22:12
Starting OpenVPN using Ubuntu Upstart
description "OpenVPN service instance"
author "C.c <ccik74@gmail.com>"
stop on runlevel [016]
respawn
instance $CONFIG_FILE
@1st8
1st8 / gist:3128135
Created July 17, 2012 08:47
God process monitoring + Upstart + rbenv
description "God Process Monitoring"
author "Christoph Geschwind <christoph@mixxt.net>"
start on runlevel [2345]
stop on runlevel [!2345]
respawn # respawn the service if it dies
respawn limit 5 10 # stop respawning if it fails 5 times in 10 seconds
pre-start script