fix: add systemctl daemon-reload before enabling services

This commit is contained in:
Michael Joshua Saul
2026-03-08 12:13:46 -06:00
parent 69c79d8c58
commit 92d39d0fe9

View File

@@ -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"