diff options
Diffstat (limited to 'base/deploy/scripts')
-rwxr-xr-x | base/deploy/scripts/pkidaemon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/deploy/scripts/pkidaemon b/base/deploy/scripts/pkidaemon index 7be30c9d3..02b02370f 100755 --- a/base/deploy/scripts/pkidaemon +++ b/base/deploy/scripts/pkidaemon @@ -51,6 +51,8 @@ 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 $? ;; |