From 9f57ef93b874a277eb9b5fb33e65832a4321cbef Mon Sep 17 00:00:00 2001 From: Alpho Junior Date: Tue, 28 Nov 2023 11:17:38 +0200 Subject: [PATCH] Create gitpull_labonfhir.service --- scripts/gitpull_labonfhir.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/gitpull_labonfhir.service diff --git a/scripts/gitpull_labonfhir.service b/scripts/gitpull_labonfhir.service new file mode 100644 index 0000000..f545a60 --- /dev/null +++ b/scripts/gitpull_labonfhir.service @@ -0,0 +1,17 @@ +[Unit] +Description=Bahmni continuous deployment +After=docker.service + + + +[Service] +WorkingDirectory=/development_emr/openmrs-module-labonfhir-release +ExecStart=/development_emr/openmrs-module-labonfhir-release/gitpull_labonfhir.sh + + +User=openmrs +RestartSec=604800 + + +[Install] +WantedBy=default.target