Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2012 23:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/c949ea40d632c6858b98 to your computer and use it in GitHub Desktop.
# TvHeadEnd Server
description "Tvheadend server"
start on xbmc-started
script
su - pi -c "/usr/local/bin/tvheadend -f"
exit 0
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment