From 8a4a8797c434ac32280404e45521f0e3903282e3 Mon Sep 17 00:00:00 2001 From: Roby Date: Sat, 16 May 2026 18:34:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17859f..d6429b2 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ pip install -r requirements.txt #### 4. Esecuzione come Servizio (systemd) ```bash -cp fleet-agent.service /etc/systemd/system/ +cp systemd/fleet-agent.service /etc/systemd/system/ systemctl daemon-reload systemctl enable fleet-agent systemctl start fleet-agent