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-start.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/newtps-start.sh (limited to 'scripts/newtps-start.sh') diff --git a/scripts/newtps-start.sh b/scripts/newtps-start.sh new file mode 100755 index 0000000..4a0d5f4 --- /dev/null +++ b/scripts/newtps-start.sh @@ -0,0 +1,4 @@ +#!/bin/sh -x + +INSTANCE_NAME=tps-master +systemctl start pki-tomcatd@$INSTANCE_NAME.service -- cgit