summaryrefslogtreecommitdiffstats
path: root/base/server/scripts/pkidaemon
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/scripts/pkidaemon')
-rwxr-xr-xbase/server/scripts/pkidaemon2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/server/scripts/pkidaemon b/base/server/scripts/pkidaemon
index 3e1d27a40..6ad91114c 100755
--- a/base/server/scripts/pkidaemon
+++ b/base/server/scripts/pkidaemon
@@ -50,8 +50,6 @@ case $command in
exit $?
;;
stop)
- echo "An exit status of '143' refers to the 'systemd' method of using"\
- "'SIGTERM' to shutdown a Java process and can safely be ignored."
stop
exit $?
;;