Skip to content

Commit

Permalink
feat: updated image
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 15, 2024
1 parent 8da524d commit a0e2040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/rally-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +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 \
${RALLY_IMAGE}
${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
SyslogIdentifier=%u
Expand Down

0 comments on commit a0e2040

Please sign in to comment.