udprelay enabled

This commit is contained in:
Teddysun 2015-03-09 19:16:26 +08:00
parent 3a6c8841a6
commit 84f55f8cd0

View File

@ -69,7 +69,7 @@ do_start() {
fi fi
echo "starting $NAME" echo "starting $NAME"
# sudo will set the group to the primary group of $USER # sudo will set the group to the primary group of $USER
$BIN -c $CONFIG_FILE & $BIN -u -c $CONFIG_FILE &
PID=$! PID=$!
echo $PID > $PID_FILE echo $PID > $PID_FILE
sleep 0.3 sleep 0.3