summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/remyth/run
blob: 430d535c04b10d0f1f5ba077466918d6801da6e3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
/usr/bin/svwaitup -s 10 /service/avahi

stat_runit "Starting ReMyth"
exec su  http -s/bin/bash -c "node /usr/remyth/server.js"