#!/bin/sh

scriptDir=$(readlink -f $(dirname $0))

systemctl start identityman
systemctl start tunnelmon
systemctl start probemon
systemctl start jobmon
sleep 2
systemctl start submit-server

sleep 3

${scriptDir}/status
