From 779c417a7d9590322a9cfe0060db605568e74af8 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 14 Jan 2014 12:32:14 -0500 Subject: Added new TPS scripts. --- scripts/newtps-stop.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/newtps-stop.sh (limited to 'scripts/newtps-stop.sh') diff --git a/scripts/newtps-stop.sh b/scripts/newtps-stop.sh new file mode 100755 index 0000000..9744794 --- /dev/null +++ b/scripts/newtps-stop.sh @@ -0,0 +1,4 @@ +#!/bin/sh -x + +INSTANCE_NAME=tps-master +systemctl stop pki-tomcatd@$INSTANCE_NAME.service -- cgit