We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a53178 commit c3963c6Copy full SHA for c3963c6
scripts/smtp_watchdog_launcher1.sh
@@ -72,7 +72,7 @@ if [ "x$1" == "xstart" ]; then
72
fi
73
echo "smtp_watchdog_daemon1 started"
74
else
75
- echo smtp_watchdog_daemon1 is already running with PID $pid
+ echo smtp_watchdog_daemon1 is already running with PID $pid - found among running processes
76
77
78
@@ -101,7 +101,7 @@ if [ "x$1" == "xstatus" ]; then
101
if [ "x$pid" == "x" ]; then
102
echo smtp_watchdog_daemon1 not started
103
104
- echo smtp_watchdog_daemon1 run with PID $pid
+ echo smtp_watchdog_daemon1 run with PID $pid - found among running processes
105
106
107
0 commit comments