diff --git a/jobs/KM_SIT_137_Trigger/config.xml b/jobs/KM_SIT_137_Trigger/config.xml
index eb31804d99122cd096518e5e69b8db87a2e77e20..a78e30b64c9ca8ccf05cccbdc31e54e2f55d125f 100644
--- a/jobs/KM_SIT_137_Trigger/config.xml
+++ b/jobs/KM_SIT_137_Trigger/config.xml
@@ -7,6 +7,20 @@
ylhealth
+
+
+
+ process
+
+
+
+ stop
+ start
+
+
+
+
+
-1
@@ -28,7 +42,6 @@
com.h2uclub
h2u-km-api
- clean package -Poptimize -Dmaven.test.skip=true -DskipTests=true
true
false
true
@@ -47,7 +60,15 @@
-
+
+
+ if [ "${process}" == "start" ]; then
+ systemctl start km
+else
+ systemctl stop km
+fi
+
+
FAILURE