summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/frontend
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-10-19 23:10:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-10-19 23:10:55 (GMT)
commitdb420b9dfa1df8082f1b9655cdc9e2ebc1a0d002 (patch)
treef21d931e5906f21e828085f45cb53f50788b29ee /abs/core/runit-scripts/runitscripts/services/frontend
parenta2ab677040c35b12c2554f3b4aa1cbbdaaa336eb (diff)
downloadlinhes_pkgbuild-db420b9dfa1df8082f1b9655cdc9e2ebc1a0d002.zip
linhes_pkgbuild-db420b9dfa1df8082f1b9655cdc9e2ebc1a0d002.tar.gz
linhes_pkgbuild-db420b9dfa1df8082f1b9655cdc9e2ebc1a0d002.tar.bz2
runit-scripts: change frontend, evrouter, vnc to use sudo instead of su. This allows runit to start/stop the service as needed.
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/frontend')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/frontend/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/frontend/run b/abs/core/runit-scripts/runitscripts/services/frontend/run
index 3711058..22b65db 100755
--- a/abs/core/runit-scripts/runitscripts/services/frontend/run
+++ b/abs/core/runit-scripts/runitscripts/services/frontend/run
@@ -21,5 +21,5 @@ stat_runit "Starting LinHES frontend"
# fi
#echo "Starting LinHES frontend" >/dev/tty1
-exec /bin/su - mythtv -l -c /usr/LH/bin/LinHES-start
-
+#exec /bin/su - mythtv -l -c /usr/LH/bin/LinHES-start
+exec sudo -u mythtv -i /usr/LH/bin/LinHES-start