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 | |
parent | f99b659f10f2d6016b115da7ae6d8af4ff75d585 (diff) | |
download | linhes_pkgbuild-a8ffca317c742720af2d83a33e11623a4fd36265.zip linhes_pkgbuild-a8ffca317c742720af2d83a33e11623a4fd36265.tar.gz linhes_pkgbuild-a8ffca317c742720af2d83a33e11623a4fd36265.tar.bz2 |
runit-scripts: shellinaboxd: update run
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/shellinaboxd/run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 64eeff7..7bc5103 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=8.1 -pkgrel=13 +pkgrel=14 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" 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 |