Skip to content

Commit c3963c6

Browse files
committed
Doc
1 parent 0a53178 commit c3963c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/smtp_watchdog_launcher1.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if [ "x$1" == "xstart" ]; then
7272
fi
7373
echo "smtp_watchdog_daemon1 started"
7474
else
75-
echo smtp_watchdog_daemon1 is already running with PID $pid
75+
echo smtp_watchdog_daemon1 is already running with PID $pid - found among running processes
7676
fi
7777
fi
7878

@@ -101,7 +101,7 @@ if [ "x$1" == "xstatus" ]; then
101101
if [ "x$pid" == "x" ]; then
102102
echo smtp_watchdog_daemon1 not started
103103
else
104-
echo smtp_watchdog_daemon1 run with PID $pid
104+
echo smtp_watchdog_daemon1 run with PID $pid - found among running processes
105105
fi
106106

107107
fi

0 commit comments

Comments
 (0)