summaryrefslogtreecommitdiffstats
path: root/base/deploy/scripts/pkidaemon
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-08-03 11:31:15 -0400
committerAde Lee <alee@redhat.com>2012-08-03 22:28:02 -0400
commit178327661293a26dfa3a9dc52dd9464f6d97fd3f (patch)
tree70007a47ab278a2d9a4a9a3079e963b775a15deb /base/deploy/scripts/pkidaemon
parent35b30bda660b9ee9c76a2a09824dd673447b117a (diff)
downloadpki-178327661293a26dfa3a9dc52dd9464f6d97fd3f.tar.gz
pki-178327661293a26dfa3a9dc52dd9464f6d97fd3f.tar.xz
pki-178327661293a26dfa3a9dc52dd9464f6d97fd3f.zip
Fixed operations to operate on correct number of instances
Reverted previous fix to pkidaemon and operations. Now, as expected, systemctl start/stop pki-tomcatd@foo.service will stop instance foo, whereas pki-tomcatd.target will affect all tomcatd instances.
Diffstat (limited to 'base/deploy/scripts/pkidaemon')
-rwxr-xr-xbase/deploy/scripts/pkidaemon14
1 files changed, 0 insertions, 14 deletions
diff --git a/base/deploy/scripts/pkidaemon b/base/deploy/scripts/pkidaemon
index 74f69e968..02b02370f 100755
--- a/base/deploy/scripts/pkidaemon
+++ b/base/deploy/scripts/pkidaemon
@@ -56,20 +56,6 @@ 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."