Skip to content

Instantly share code, notes, and snippets.

@elmariofredo
Created March 24, 2014 16:19
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 elmariofredo/9743606 to your computer and use it in GitHub Desktop.
Save elmariofredo/9743606 to your computer and use it in GitHub Desktop.
Raspberry Pi - TvHeadEnd Server start script
# 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