summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/remyth/run
blob: 9d6975c2e78d127bca2e0aa3679bffb651f030d2 (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 ReMyth"
su  http -s/bin/bash -c "node /usr/remyth/server.js"