Skip to content

Instantly share code, notes, and snippets.

@infovore
Created August 9, 2013 11:56
Show Gist options
  • Save infovore/6193066 to your computer and use it in GitHub Desktop.
Save infovore/6193066 to your computer and use it in GitHub Desktop.
description "A script controlled by upstart"
author "Tom Armitage - [email protected]"
start on started mountall
stop on shutdown
script
export HOME="/home/pi"
exec /home/pi/src/script.sh
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment