summaryrefslogtreecommitdiffstats
path: root/base/deploy/scripts/pkidaemon
diff options
context:
space:
mode:
Diffstat (limited to 'base/deploy/scripts/pkidaemon')
-rwxr-xr-xbase/deploy/scripts/pkidaemon14
1 files changed, 14 insertions, 0 deletions
diff --git a/base/deploy/scripts/pkidaemon b/base/deploy/scripts/pkidaemon
index 02b02370f..74f69e968 100755
--- a/base/deploy/scripts/pkidaemon
+++ b/base/deploy/scripts/pkidaemon
@@ -56,6 +56,20 @@ case $command in
stop
exit $?
;;
+ start_all)
+ start_all
+ exit $?
+ ;;
+ restart_all)
+ restart_all
+ exit $?
+ ;;
+ stop_all)
+ 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_all
+ exit $?
+ ;;
condrestart|force-restart|try-restart)
[ ! -f ${lockfile} ] || restart
echo "The '${command}' action is TBD."