diff --git a/imageroot/systemd/user/rally-app.service b/imageroot/systemd/user/rally-app.service index 6e16841..0b5c2b2 100644 --- a/imageroot/systemd/user/rally-app.service +++ b/imageroot/systemd/user/rally-app.service @@ -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