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