Skip to content

Instantly share code, notes, and snippets.

@aspyct
Created February 3, 2014 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspyct/8783333 to your computer and use it in GitHub Desktop.
Save aspyct/8783333 to your computer and use it in GitHub Desktop.
Upstart script
description "My service"
author "Antoine d'Otreppe <a.dotreppe@aspyct.org>"
start on runlevel [35]
stop on runlevel [0126]
exec /path/to/script.sh
respawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment