mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
Add guest agent caching and update doc hints (refs #560)
This commit is contained in:
parent
605512aa6b
commit
3a4fc044ea
15 changed files with 211 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue