#!/bin/bash if [ $( ps -e | grep -c eventService ) -lt 1 ]; then start-stop-daemon -SbCv -x /opt/Monitor/monitor/eventService.py fi