From e7ff80cab5f83cb45b499ae7ef5b380e4e7a5f8e Mon Sep 17 00:00:00 2001 From: lmphatsi Date: Mon, 3 May 2021 10:58:08 +0200 Subject: [PATCH] Update to /development_emr and to openmrs user Point to correct docker volume and update to openmrs user used at facilities --- scripts/gitpull_bahmniapps.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/gitpull_bahmniapps.service b/scripts/gitpull_bahmniapps.service index 8f5da27..d694cbc 100644 --- a/scripts/gitpull_bahmniapps.service +++ b/scripts/gitpull_bahmniapps.service @@ -6,12 +6,12 @@ After=dockerbootstrap.service [Service] -WorkingDirectory=/development/bahmni_apps_release -ExecStart=/development/bahmni_apps_release/gitpull_bahmniapps.sh +WorkingDirectory=/development_emr/bahmni_apps_release +ExecStart=/development_emr/bahmni_apps_release/gitpull_bahmniapps.sh StandardOutput=file:/var/log/gitpull_bahmniapps.log StandardOutput=file:/var/log/gitpull_bahmniappsbugs.log -User=administrator +User=openmrs RestartSec=10 Restart=always