diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-27 15:56:43 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-27 15:56:43 (GMT) |
commit | 95fe1c46bc55c45c0db354112aa46652ac60743e (patch) | |
tree | 9c6e1349e5311d1c94cece9f5dc0ba76fc15ceee /linhes/linhes-system | |
parent | dcdc5729ab08937ad382846d1e53140e8f93e86e (diff) | |
download | linhes_pkgbuild-95fe1c46bc55c45c0db354112aa46652ac60743e.zip linhes_pkgbuild-95fe1c46bc55c45c0db354112aa46652ac60743e.tar.gz linhes_pkgbuild-95fe1c46bc55c45c0db354112aa46652ac60743e.tar.bz2 |
linhes-system: lh_system_start.sh: enable lighttpd.service
Diffstat (limited to 'linhes/linhes-system')
-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 2bea155..e0fdbe5 100755 --- a/linhes/linhes-system/PKGBUILD +++ b/linhes/linhes-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-system pkgver=9.0.0 -pkgrel=15 +pkgrel=16 arch=('x86_64') #install=$pkgname.install pkgdesc="Everything that makes LinHES a system" @@ -27,7 +27,7 @@ sha256sums=('7f91d2afcb76e8e9063c6bbe05f5c3d134a6f67541aead8894d342c32d34ad98' '11168c9cd3b117decaab6bc665c183b4aab917cf0a976bce4c1b5e4686a27bc9' 'ae34515e144830f424d3bd3f6b1b446892d62beed20bca6f0fb19b0bbb779f27' '23358a7bff4968eccd469613b81b1415c2ae0ebe77f14f74426697333e4d88d7' - '6bce0900dbf8da65fc9be754bff793299bfb35e75a7deb187a17856bd49a4389' + '6cba5af4e2f0707bc3374d8fc83b489839a880c76ceea5583a030d885e32ebe2' '6d4fb0ed1a5ed961b3a3884dce093118e50c2981a9cd5837d20abc5a6d4fd8aa' '87875d9e5f5ce18208f419698ce69b6bcbcd08955a57a4a13940e715af58b787' '91bdec992bb2c933e15625c181f2195c402060b879168ebf35944cb064c904b9' diff --git a/linhes/linhes-system/lh_system_start.sh b/linhes/linhes-system/lh_system_start.sh index 1c2e083..ff5360f 100755 --- a/linhes/linhes-system/lh_system_start.sh +++ b/linhes/linhes-system/lh_system_start.sh @@ -92,7 +92,6 @@ function first_configure(){ sudo mariadb -u root < /usr/share/linhes/templates/db/permissions.sql mysql_tzinfo_to_sql /usr/share/zoneinfo | sudo mysql -u root mysql # run mythtv-setup - #export DISPLAY=:0 mythtv-setup # need to run twice for default db install/upgrade mythtv-setup @@ -100,6 +99,7 @@ function first_configure(){ # run mythfilldatabase #nice -n 19 mythfilldatabase --quiet & #msg "Guide data is being loaded." "Until this completes some shows will appear as unknown in the program guide." + sudo systemctl enable --now lighttpd.service else msg "Frontend Only" #Frontend_only cmds |