#!/bin/bash

exist=`ps -u pds | grep -c pds`

if [ $exist != "0" ]
then
    /etc/init.d/pds
fi