Le 2002-06-12, Doug Hardie écrivait :

> ypbind, to not create a pid file.  I have a process that periodically 
> checks the important server pid files and makes sure the process is 
> still allive.  It then pages me if the process has died.  That would 
> be really helpful for ypserv and ypbind if they would create a pid 
> file once they are up and running correctly.

Why not use something along the line of:
  ps ax|grep ypserv|grep -v grep > /dev/null || ypserv
from a crontab entry?

-- 
    [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to