summaryrefslogtreecommitdiff
path: root/community/courier-mta/courier-mta.rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'community/courier-mta/courier-mta.rc.d')
-rw-r--r--community/courier-mta/courier-mta.rc.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/courier-mta/courier-mta.rc.d b/community/courier-mta/courier-mta.rc.d
index 6c5fbc914..416946a5a 100644
--- a/community/courier-mta/courier-mta.rc.d
+++ b/community/courier-mta/courier-mta.rc.d
@@ -18,7 +18,7 @@ case "$1" in
/etc/rc.d/authdaemond start
sleep ${AUTO_AUTHDAEMON_LAG}
fi
- if [ ! -f /var/run/daemons/authdaemond ]; then
+ if ck_daemon authdaemond; then
echo "ERROR: authdaemond is not running"
stat_fail
exit 1