summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/lh_system_start.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-12-27 15:56:43 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-12-27 15:56:43 (GMT)
commit95fe1c46bc55c45c0db354112aa46652ac60743e (patch)
tree9c6e1349e5311d1c94cece9f5dc0ba76fc15ceee /linhes/linhes-system/lh_system_start.sh
parentdcdc5729ab08937ad382846d1e53140e8f93e86e (diff)
downloadlinhes_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/lh_system_start.sh')
-rwxr-xr-xlinhes/linhes-system/lh_system_start.sh2
1 files changed, 1 insertions, 1 deletions
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