[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: startup script when server reboots



>    ps aux | grep slapd | grep -v grep | grep -v "slapd pid"

No less than *four* concurrent processes to get the PID?

Why not use "cat /usr/local/var/slapd.pid"?

--Sean