Update README.md

This commit is contained in:
2026-05-16 18:34:59 +02:00
parent b116b6d0be
commit 8a4a8797c4
+1 -1
View File
@@ -144,7 +144,7 @@ pip install -r requirements.txt
#### 4. Esecuzione come Servizio (systemd) #### 4. Esecuzione come Servizio (systemd)
```bash ```bash
cp fleet-agent.service /etc/systemd/system/ cp systemd/fleet-agent.service /etc/systemd/system/
systemctl daemon-reload systemctl daemon-reload
systemctl enable fleet-agent systemctl enable fleet-agent
systemctl start fleet-agent systemctl start fleet-agent