Redis is now fully enabled; housekeeping

This commit is contained in:
Pinga 2025-02-12 18:09:38 +02:00
parent fb2ef70b71
commit 715ba7819d
5 changed files with 93 additions and 114 deletions

View file

@ -162,6 +162,9 @@ systemctl start caddy
systemctl start msg_producer
systemctl start msg_worker
systemctl enable redis
systemctl start redis
# Check if services started successfully
if [[ $? -eq 0 ]]; then
echo "Services started successfully. Deleting /opt/registry1015..."