Add guest agent caching and update doc hints (refs #560)

This commit is contained in:
rcourtman 2025-10-16 08:15:49 +00:00
parent 605512aa6b
commit 3a4fc044ea
15 changed files with 211 additions and 59 deletions

View file

@ -123,13 +123,16 @@ sudo systemctl restart pulse
#### Service name confusion
Pulse uses different service names depending on installation method:
- **ProxmoxVE Script**: `pulse`
- **Manual Install**: `pulse-backend`
- **Default systemd install**: `pulse`
- **Legacy installs (pre-v4.7)**: `pulse-backend`
- **Hot dev environment**: `pulse-hot-dev`
- **Docker**: N/A (container name)
To check which you have:
```bash
systemctl status pulse 2>/dev/null || systemctl status pulse-backend
systemctl status pulse 2>/dev/null \
|| systemctl status pulse-backend 2>/dev/null \
|| systemctl status pulse-hot-dev
```
### Notification Issues