summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/supplemental-slave/run
blob: 5be390db338c5010edcd07c34f4c73721f06a702 (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 sudo -u http  "./slaveserve.py" 2>/var/log/supplemental-slave.log