summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythexpress
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-11 01:47:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-11 01:47:45 (GMT)
commit0baf997ee6184fe49968687d93205b34323af16f (patch)
tree153043c7c3065d798d6a1639221a1e40ff967d0c /abs/core/runit-scripts/runitscripts/services/mythexpress
parent278bada9f44111056f2e175629c7761d5a0b9755 (diff)
downloadlinhes_pkgbuild-0baf997ee6184fe49968687d93205b34323af16f.zip
linhes_pkgbuild-0baf997ee6184fe49968687d93205b34323af16f.tar.gz
linhes_pkgbuild-0baf997ee6184fe49968687d93205b34323af16f.tar.bz2
runit-scripts: add exec to mythexpress and remyth. Without the exec sv stop doesn't work
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"