diff options
| author | Britney Fransen <brfransen@gmail.com> | 2026-04-04 23:57:01 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2026-04-04 23:57:01 (GMT) |
| commit | ab06ff8128522782f82158f8a6bf84b7102f1639 (patch) | |
| tree | b07eba1a693e0a055210523708373dfe3b7ac02d | |
| parent | 509bca9da732c0ae47e64ad7b44e2aee7318aba3 (diff) | |
| download | linhes_pkgbuild-ab06ff8128522782f82158f8a6bf84b7102f1639.zip linhes_pkgbuild-ab06ff8128522782f82158f8a6bf84b7102f1639.tar.gz linhes_pkgbuild-ab06ff8128522782f82158f8a6bf84b7102f1639.tar.bz2 | |
linhes-system: lh_system_start.sh: add upnp options to mythfrontend start
| -rwxr-xr-x | linhes/linhes-system/PKGBUILD | 4 | ||||
| -rwxr-xr-x | linhes/linhes-system/lh_system_start.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD index 0bde107..056ef94 100755 --- a/linhes/linhes-system/PKGBUILD +++ b/linhes/linhes-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-system pkgver=9.0.0 -pkgrel=101 +pkgrel=102 arch=('x86_64') #install=$pkgname.install pkgdesc="Everything that makes LinHES a system" @@ -34,7 +34,7 @@ sha256sums=('1fb11c7f472df9e3066866301962c2678b80c2fbd988dc34db022d51e1101a42' '8b54c31b8efde3917f603c5307bebb0a2a00239ad9a983c2f5d8120003256449' 'ae34515e144830f424d3bd3f6b1b446892d62beed20bca6f0fb19b0bbb779f27' 'a79edfeb88b90a8f5538a159b39ba235caba8c6d6b2a39a20faa3ae0301b770b' - '050d7d44b1636a298ae020807e64637b40d39b4c52eb2f9661fe30090e66cee3' + '4fa600a6a41406732e1ac6bab359c0337ae7d50fe4caaa2d1e84e910bca2f50b' '1c36e4fdf41c1063e0a127ce4a90fbdef19879c381a87f622d7399ca931560cc' '87875d9e5f5ce18208f419698ce69b6bcbcd08955a57a4a13940e715af58b787' '192bfff1b8d46e0ebb969618847d9993aba3b1b578053c8d701dad9f9e758f86' diff --git a/linhes/linhes-system/lh_system_start.sh b/linhes/linhes-system/lh_system_start.sh index b783535..f6de33d 100755 --- a/linhes/linhes-system/lh_system_start.sh +++ b/linhes/linhes-system/lh_system_start.sh @@ -141,7 +141,7 @@ function start_user_apps() { } function start_myth() { - STARTCMD="/usr/bin/mythfrontend --syslog local6 --quiet" + STARTCMD="/usr/bin/mythfrontend --disable-autodiscovery --noupnp --quiet --syslog local6" if [ ! -f ~/.config/lh_dontrunmythfrontend ]; then msg "Starting MythFrontend..." $STARTCMD 2>&1 & |
