summaryrefslogtreecommitdiffstats
path: root/scripts/tomcat-clone-stop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tomcat-clone-stop.sh')
-rwxr-xr-xscripts/tomcat-clone-stop.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tomcat-clone-stop.sh b/scripts/tomcat-clone-stop.sh
new file mode 100755
index 0000000..26b1535
--- /dev/null
+++ b/scripts/tomcat-clone-stop.sh
@@ -0,0 +1,5 @@
+#!/bin/sh -x
+
+INSTANCE_NAME=pki-clone
+
+systemctl stop pki-tomcatd@$INSTANCE_NAME.service