#!/bin/sh
/sbin/stop sscd
while [ Z$(cat /var/run/ssc) != Zoffline ]; do sleep 1; done;
sleep 3
/sbin/start sscd
