summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythexpress
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/mythexpress')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/mythexpress/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/mythexpress/run b/abs/core/runit-scripts/runitscripts/services/mythexpress/run
index d902721..db3eba1 100755
--- a/abs/core/runit-scripts/runitscripts/services/mythexpress/run
+++ b/abs/core/runit-scripts/runitscripts/services/mythexpress/run
@@ -5,5 +5,5 @@ export TERM=linux
. /etc/rc.d/functions
/sbin/svwaitup -s 10 /service/avahi
stat_runit "Starting MythExpress"
-su http -s/bin/bash -c "node /usr/mythexpress/app.js"
+exec su http -s/bin/bash -c "node /usr/mythexpress/app.js"