From 2be89da8978959f43dbe1c267ba79f6e0c513cb7 Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 26 Apr 2026 15:28: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 4b83ed3..b7ff447 100644 --- a/systemd/fleet-control.service +++ b/systemd/fleet-control.service @@ -6,7 +6,7 @@ After=network.target Type=simple User=root # Assicurati che questo sia il percorso esatto della cartella del tuo progetto -WorkingDirectory=/opt/web-control-server +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 TimeoutStopSec=3