summaryrefslogtreecommitdiff
path: root/package/tvheadend/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 04:00:10 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 05:34:08 -0500
commit43c45f39ebbd742dff22bfe3be85fd6e1a3d85fb (patch)
tree1c0257d78658cd45b60e66f134011d1d4effcc91 /package/tvheadend/files
parent05b6b52b2efb583ddc9651ac3e6ee46ddff96704 (diff)
fixup initscript for tvheadend
Diffstat (limited to 'package/tvheadend/files')
-rw-r--r--package/tvheadend/files/tvheadend.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tvheadend/files/tvheadend.init b/package/tvheadend/files/tvheadend.init
index f3e3e396f..4713d8109 100644
--- a/package/tvheadend/files/tvheadend.init
+++ b/package/tvheadend/files/tvheadend.init
@@ -12,7 +12,7 @@ autostart)
exec sh $0 start
;;
start)
- tvheadend &
+ /usr/bin/tvheadend --noacl &
;;
stop)
kill $(pgrep -f /usr/bin/tvheadend)