1 parent 26aaa4f commit efb01d0Copy full SHA for efb01d0
1 file changed
imageroot/systemd/user/redis.service
@@ -1,4 +1,4 @@
1
-immich-app#
+#
2
# Copyright (C) 2022 Nethesis S.r.l.
3
# SPDX-License-Identifier: GPL-3.0-or-later
4
#
@@ -21,7 +21,7 @@ ExecStartPre=-runagent discover-smarthost
21
ExecStart=/usr/bin/podman run --conmon-pidfile %t/redis.pid \
22
--cidfile %t/redis.ctr-id --cgroups=no-conmon \
23
--pod-id-file %t/immich.pod-id --replace -d --name redis \
24
- --volume redis-data:/data:Z \
+ --volume redis-data:/data:z \
25
${VALKEY_IMAGE}
26
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/redis.ctr-id -t 10
27
ExecReload=/usr/bin/podman kill -s HUP redis
0 commit comments