diff options
Diffstat (limited to '')
-rw-r--r-- | tools/cibsecret.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cibsecret.in b/tools/cibsecret.in index 4569863..9df4201 100644 --- a/tools/cibsecret.in +++ b/tools/cibsecret.in @@ -171,7 +171,7 @@ check_env() { else fatal $CRM_EX_NOT_INSTALLED "please install pssh, pdsh, or ssh to run $PROG" fi - ps -ef | grep '[p]acemaker-controld' >/dev/null || + ps axww | grep '[p]acemaker-controld' >/dev/null || fatal $CRM_EX_UNAVAILABLE "pacemaker not running? $PROG needs pacemaker" } |