#!/bin/sh
if [ "$(pidof oobProfileDaemon)" ]
then
/sbin/initctl restart oobProfileDaemon
else
/sbin/initctl start oobProfileDaemon
fi
