Skip to content

Instantly share code, notes, and snippets.

@danmcclain
Created March 10, 2015 19:40
Show Gist options
  • Select an option

  • Save danmcclain/1a8f008ce7dd41f526f1 to your computer and use it in GitHub Desktop.

Select an option

Save danmcclain/1a8f008ce7dd41f526f1 to your computer and use it in GitHub Desktop.
description "argyle"
setuid argyle
setgid www-data
start on runlevel [2345]
stop on runlevel [016]
env HOME=/home/argyle
export HOME
expect stop
respawn
pre-start exec /bin/sh /var/www/argyle-phoenix/app/bin/commit_labels start
post-stop exec /bin/sh /var/www/argyle-phoenix/app/bin/commit_labels stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment