Skip to content

Instantly share code, notes, and snippets.

@DBarney
Created February 10, 2012 23:03
Show Gist options
  • Save DBarney/1793836 to your computer and use it in GitHub Desktop.
Save DBarney/1793836 to your computer and use it in GitHub Desktop.
#!upstart
description "SSL monitor written in Node.js by Daniel Barney. Connects to redis and forwards all information to child processes which handle ssl connections"
author "Braxton Huggins - just this script( modified by Lyon Hill and then Daniel Barney)"
start on startup
stop on shutdown
respawn
script
touch /tmp/ssl_monitor.log
exec ssl_monitor 2>&1 >> /tmp/ssl_monitor.log
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment