Cyrus Mehta wrote:
Can I get away with:
start = "sleep 60 && /mycompany/script/runService.sh schedserver
start "
or do I have to do the following:
start = "bash -c 'sleep 60 && /mycompany/script/runService.sh
schedserver start' "
I guess, haven't tried, that both work. Although just in case I'd give the full path to sleep, like /bin/sleep.
Alex -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
