/gist:c949ea40d632c6858b98 Secret
Created
November 7, 2012 23:16
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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