diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-11 21:59:03 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-11 21:59:03 (GMT) |
commit | a8ffca317c742720af2d83a33e11623a4fd36265 (patch) | |
tree | 5006b63735a594511c2c794b356aff72be3680bc /abs/core/runit-scripts/runitscripts | |
parent | f99b659f10f2d6016b115da7ae6d8af4ff75d585 (diff) | |
download | linhes_pkgbuild-a8ffca317c742720af2d83a33e11623a4fd36265.zip linhes_pkgbuild-a8ffca317c742720af2d83a33e11623a4fd36265.tar.gz linhes_pkgbuild-a8ffca317c742720af2d83a33e11623a4fd36265.tar.bz2 |
runit-scripts: shellinaboxd: update run
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/shellinaboxd/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run b/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run index bc94a73..cddfe08 100755 --- a/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run +++ b/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run @@ -6,4 +6,4 @@ export TERM=linux stat_runit "Starting shellinabox" -exec su - mythtv -c "shellinaboxd -c /etc/lighttpd/ --no-beep" +exec shellinaboxd -u 1000 -c /etc/lighttpd/ --no-beep |