summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run
blob: bc94a73c6a0abd73f110beee5fa1de8d68d4db01 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting shellinabox"


exec  su - mythtv -c "shellinaboxd -c /etc/lighttpd/ --no-beep"