-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
Systemd service files exist but usage is not documented.
Files Exist
systemd/ebpf-assistd.service- System-wide daemonsystemd/ebpf-assistd.user.service- User servicesystemd/ebpf-assistd@.service- Per-user template
Need to Document
- How to install the service files
- How to enable/start the daemon
- Difference between system vs user service
- How capabilities are handled with systemd
- Checking logs with journalctl
- Troubleshooting service issues
Example Section
## Running as a Systemd Service
### User Service (recommended)
# Install
mkdir -p ~/.config/systemd/user
cp systemd/ebpf-assistd.user.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable --now ebpf-assistd
# Check status
systemctl --user status ebpf-assistd
journalctl --user -u ebpf-assistd -fReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation