Displaying 1 result from an estimated 1 matches for "axuwf".
Did you mean:
axuw
2014 Nov 15
1
Understanding why Dovecot unexpectedly died
...if [ ! -e $OCF_RESKEY_pid ]; then
echo "stopped (no pidfile)"
echo "DOVECOT STOPPED - NO PIDFILE" | /usr/bin/logger -p local0.info -t DOVECOT-MONITOR -i
exit $OCF_NOT_RUNNING
else
/bin/ps axuwf | /bin/grep `/bin/cat $OCF_RESKEY_pid` | /bin/grep -v grep > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo "stopped"
echo "DOVECOT STOPPED - NO PROCESS" | /usr/bin/logger -p local0.info -t DOVECOT-MONITOR -i...