From 363e52a5ef4d16a5906b5b8b1104fe4a337346d7 Mon Sep 17 00:00:00 2001 From: kemboi22 Date: Thu, 15 Aug 2024 06:49:19 +0300 Subject: [PATCH] feat: updated rally-db.env --- imageroot/systemd/user/rally-app.service | 1 + 1 file changed, 1 insertion(+) diff --git a/imageroot/systemd/user/rally-app.service b/imageroot/systemd/user/rally-app.service index 0b5c2b2..d504097 100644 --- a/imageroot/systemd/user/rally-app.service +++ b/imageroot/systemd/user/rally-app.service @@ -22,6 +22,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/rally-app.pid \ --cidfile %t/rally-app.ctr-id --cgroups=no-conmon \ --pod-id-file %t/rally.pod-id --replace -d --name rally-app \ --env-file=%S/state/rally.env \ + --env-file=%S/state/rally-db.env \ ${RALLLY_IMAGE} ExecStop=/usr/bin/podman stop --ignore --cidfile %t/rally-app.ctr-id -t 10 ExecReload=/usr/bin/podman kill -s HUP rally-app