diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-02-02 14:56:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-02-02 14:56:22 (GMT) |
commit | 570112c125d6e5f468bf3e1f9df7a4f2753a8ba1 (patch) | |
tree | 6e57c7c0ad471f717a43a26b37090596875192bd /abs/core/runit-scripts/runitscripts | |
parent | fe2a0b6c980aaf39fbc755cd4a80ee125aeef088 (diff) | |
download | linhes_pkgbuild-570112c125d6e5f468bf3e1f9df7a4f2753a8ba1.zip linhes_pkgbuild-570112c125d6e5f468bf3e1f9df7a4f2753a8ba1.tar.gz linhes_pkgbuild-570112c125d6e5f468bf3e1f9df7a4f2753a8ba1.tar.bz2 |
runit-scripts: update mythexpress run cmd
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/mythexpress/run | 2 |
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 06e4a1b..05c9b17 100755 --- a/abs/core/runit-scripts/runitscripts/services/mythexpress/run +++ b/abs/core/runit-scripts/runitscripts/services/mythexpress/run @@ -5,4 +5,4 @@ export TERM=linux . /etc/rc.d/functions /usr/bin/svwaitup -s 10 /service/avahi stat_runit "Starting MythExpress" -exec chpst -u http node /usr/mythexpress/app.js +exec chpst -u http node /usr/mythexpress/mythexpress.js |