[Unit] Description=Redis Key-Value Store Wants=container-build@%N.service container-volume@%N.service After=container-build@%N.service container-volume@%N.service [Service] Type=notify NotifyAccess=all Restart=on-failure Environment=PODMAN_SYSTEMD_UNIT=%n ExecStart=/bin/podman run --replace --pull never --name %N --net internal --sdnotify=conmon \ --volume %N:/data:z \ localhost/%N:latest ExecStop=/bin/podman stop --ignore --time 10 %N ExecStopPost=/bin/podman rm --ignore --force %N [Install] WantedBy=multi-user.target