mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
fix port var name
This commit is contained in:
parent
3add63cce7
commit
74beb22683
2 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# systemd
|
||||
# See tvheadend --help for more - default "-u hts -g video"
|
||||
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --http_root __PATH__ --htsp_port __STREAM_PORT__"
|
||||
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --http_root __PATH__ --htsp_port __PORT_STREAM__"
|
||||
|
||||
# sysvinit
|
||||
#
|
||||
|
@ -58,4 +58,3 @@ TVH_DEBUG=0
|
|||
# TVH_ARGS
|
||||
# add any other arguments
|
||||
TVH_ARGS=""
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# systemd
|
||||
# See tvheadend --help for more - default "-u hts -g video"
|
||||
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --htsp_port __STREAM_PORT__"
|
||||
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --htsp_port __PORT_STREAM__"
|
||||
|
||||
# sysvinit
|
||||
#
|
||||
|
@ -58,4 +58,3 @@ TVH_DEBUG=0
|
|||
# TVH_ARGS
|
||||
# add any other arguments
|
||||
TVH_ARGS=""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue