summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythexpress/run
blob: d902721b6cf7b4e998ec6a71d71fcc0118ddb13b (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
/sbin/svwaitup -s 10 /service/avahi
stat_runit "Starting MythExpress"
su  http -s/bin/bash -c "node /usr/mythexpress/app.js"