The Suite Services Report (Admin → System → Suite Services Report) summarizes the systemd units that can run an Arthexis node. It shows live unit status when systemctl is available and also lists reference services even when they are not configured so operators can see what is available in the suite.
| Service | Systemd unit name | Purpose | Enable/disable guide |
|---|---|---|---|
| Suite service | {service-name}.service |
Primary Django/ASGI process that serves the Arthexis application. | Suite service |
| Celery worker | celery-{service-name}.service |
Background task processor for email, upgrades, and other async work. | Celery worker |
| Celery beat | celery-beat-{service-name}.service |
Scheduler that triggers periodic Celery tasks. | Celery beat |
| LCD screen | lcd-{service-name}.service |
16x2 LCD updater service for Control nodes. | LCD screen |
| RFID scanner service | rfid-{service-name}.service |
UDP-backed RFID scanner service for local reads. | RFID scanner service |