From 92d39d0fe986c123092316bfac708cde4ef54453 Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Sun, 8 Mar 2026 12:13:46 -0600 Subject: [PATCH] fix: add systemctl daemon-reload before enabling services --- install/plane-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/plane-install.sh b/install/plane-install.sh index 70560468..d2bebba7 100644 --- a/install/plane-install.sh +++ b/install/plane-install.sh @@ -271,6 +271,7 @@ RestartSec=5 WantedBy=multi-user.target EOF +systemctl daemon-reload systemctl enable -q --now plane-api plane-worker plane-beat plane-live plane-space { echo "RabbitMQ User: plane"