#!/bin/sh

PWD=`pwd`

service up ${PWD}/subs -config system.conf -script /etc/rs.single
service up ${PWD}/dstest -config system.conf -script /etc/rs.single
service down subs
