Update README.md

This commit is contained in:
2026-05-16 18:33:17 +02:00
parent 279ca84aa1
commit f034b435de
+1 -1
View File
@@ -70,7 +70,7 @@ pip install -r requirements.txt
#### 4. Systemd Service (Auto-start) #### 4. Systemd Service (Auto-start)
```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