summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythexpress/run
blob: 3e58490be41996cdd194aa5f6a02c8bdd5f951f6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting MythExpress"
su  http -s/bin/bash -c "node /usr/mythexpress/app.js"