diff --git a/jobs/KM_SIT_137_Trigger/config.xml b/jobs/KM_SIT_137_Trigger/config.xml index f2d75fe6524a41ec0f853ad883d8a19a1d48a111..e3ff644a2ee93fc139567df206e428fea94c83a0 100644 --- a/jobs/KM_SIT_137_Trigger/config.xml +++ b/jobs/KM_SIT_137_Trigger/config.xml @@ -1,7 +1,26 @@ - - + + false - + + + ylhealth + + + + + + process + + + + start + stop + + + + + + true false @@ -9,7 +28,17 @@ false false - + + + if [ "${process}" == "start" ]; then + systemctl start km +else + systemctl stop km +fi + + - + + + \ No newline at end of file