Merge remote-tracking branch 'origin/pr/277'
This commit is contained in:
commit
5513b44f30
1 changed files with 1 additions and 0 deletions
1
debian/tvheadend.init
vendored
1
debian/tvheadend.init
vendored
|
@ -37,6 +37,7 @@ ARGS="-f"
|
|||
[ -z "$TVH_HTTP_PORT" ] || ARGS="$ARGS --http_port $TVH_HTTP_PORT"
|
||||
[ -z "$TVH_HTTP_ROOT" ] || ARGS="$ARGS --http_root $TVH_HTTP_ROOT"
|
||||
[ -z "$TVH_HTSP_PORT" ] || ARGS="$ARGS --htsp_port $TVH_HTSP_PORT"
|
||||
[ -z "$TVH_ARGS" ] || ARGS="$ARGS $TVH_ARGS"
|
||||
[ "$TVH_DEBUG" = "1" ] && ARGS="$ARGS -s"
|
||||
|
||||
# Load the VERBOSE setting and other rcS variables
|
||||
|
|
Loading…
Add table
Reference in a new issue