From 5ca7adc1f2ce1bb2d819618ea864c7cdcd29a8aa Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 26 Apr 2026 15:51:49 +0200 Subject: [PATCH] Update systemd/fleet-control.service --- systemd/fleet-control.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/fleet-control.service b/systemd/fleet-control.service index b7ff447..d0725b9 100644 --- a/systemd/fleet-control.service +++ b/systemd/fleet-control.service @@ -8,7 +8,7 @@ User=root # Assicurati che questo sia il percorso esatto della cartella del tuo progetto WorkingDirectory=/opt/fleet-control-server # PUNTA AL GUNICORN DENTRO IL VENV! -ExecStart=/opt/web-control-server/venv/bin/gunicorn -k "geventwebsocket.gunicorn.workers.GeventWebSocketWorker" -w 1 --graceful-timeout 2 --bind 0.0.0.0:9000 app:app +ExecStart=/opt/fleet-control-server/venv/bin/gunicorn -k "geventwebsocket.gunicorn.workers.GeventWebSocketWorker" -w 1 --graceful-timeout 2 --bind 0.0.0.0:9000 app:app TimeoutStopSec=3 Restart=always RestartSec=5