diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-02 11:03:00 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-02 11:03:38 +0200 |
commit | 4d521660193f6bd246543e0693785e33c3b495d8 (patch) | |
tree | d84c37cef41ac74604412af6632099f6642872a6 /main/tvheadend/tvheadend.confd | |
parent | c981623a91e2d7713086882486935db8fdaba87f (diff) | |
download | aports-4d521660193f6bd246543e0693785e33c3b495d8.tar.bz2 aports-4d521660193f6bd246543e0693785e33c3b495d8.tar.xz |
main/tvheadend: move to main and upgrade to latest snapshot
Diffstat (limited to 'main/tvheadend/tvheadend.confd')
-rw-r--r-- | main/tvheadend/tvheadend.confd | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/tvheadend/tvheadend.confd b/main/tvheadend/tvheadend.confd index 32dfe2526c..b3faed1102 100644 --- a/main/tvheadend/tvheadend.confd +++ b/main/tvheadend/tvheadend.confd @@ -1,3 +1,7 @@ -TVHBIN="/usr/bin/tvheadend" -TVHUSER="tvheadend" +# config directory TVHCONF="/etc/tvheadend" +# pidfile +TVHPID=/var/run/tvheadend.pid +# addititonal arguments +# use -C at first run +TVHARGS="" |