Skip to content

Instantly share code, notes, and snippets.

@churnd
Created July 22, 2016 13:25
Show Gist options
  • Save churnd/90064d82d22c9c86874a703030dc9b98 to your computer and use it in GitHub Desktop.
Save churnd/90064d82d22c9c86874a703030dc9b98 to your computer and use it in GitHub Desktop.
upsource upstart script
# upsource startup
description "upsource"
start on filesystem
stop on runlevel [06]
expect fork
respawn
script
exec /opt/upsource/bin/upsource.sh start
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment