summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/supplemental-slave/run
blob: 7c152101895e10d9d3132c20b6a994a73b6f3a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#set -x
exec 2>&1
export TERM=linux
MYTH_RUN_STATUS="1"
. /etc/rc.conf
. /etc/rc.d/functions
. /etc/profile
stat_runit "Starting supplemental web client"
cd /data/srv/httpd/cgi
exec chpst -u http  "./slaveserve.py" 2>/var/log/supplemental-slave.log