Skip to content

Instantly share code, notes, and snippets.

@dkam
Created January 2, 2012 09:38
Show Gist options
  • Save dkam/1550048 to your computer and use it in GitHub Desktop.
Save dkam/1550048 to your computer and use it in GitHub Desktop.
Upstart script for AirVideo (http://www.inmethod.com/)
description "Airvideo Server statup script"
author "Dan Milne"
start on startup
stop on shutdown
console output
respawn
script
/usr/bin/airvideo-server
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment