Add optional systemd user service #17
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JackFrostbyte/rgb-aura#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Title:
Add optional systemd user service
Description:
Add an optional systemd user service so RGB Aura can start automatically after login.
Scope:
Acceptance criteria:
Implemented optional systemd user service support.
Completed:
systemd/user/rgb-aura.servicedocs/systemd-user-service.md/home/psyco/Projects/rgb-aura/home/psyco/Projects/rgb-aura/.venv/bin/python--animation-speed 1.25 --leave-dark-blueapp-OpenRGB@autostart.serviceTimeoutStopSec=20to allow clean shutdown cleanupsystemctl --user stop rgb-aura.serviceexits cleanlycycles: nullandduration_seconds: nullno longer fall back to one scheduler cycleMode: continuousValidated:
ruff format src/rgb_auraruff check src/rgb_aura scripts testspython -m rgb_aura.main --dry-run --animation-speed 1.250Runtime mode: continuoussystemctl --user stop rgb-aura.servicetriggers SIGTERM cleanupstatus=0/SUCCESSNotes:
Implemented in PR #38.