From c3330474e954d765fdcd0636afdf055d60b69366 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:50:44 +0100 Subject: [PATCH] update --- install/homarr-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 0a5c4cc57..85051c2f1 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -62,6 +62,8 @@ ReadWritePaths=-/appdata/redis -/var/lib/redis -/var/log/redis -/var/run/redis - EOF cat </etc/systemd/system/homarr.service [Unit] +Requires=redis-server.service +After=redis-server.service Description=Homarr Service After=network.target