feat: add arexibo.service systemd user unit - #21
Open
linuxnow wants to merge 1 commit into
Open
Conversation
birkenfeld
requested changes
Apr 14, 2026
| Restart=on-failure | ||
| RestartSec=5s | ||
|
|
||
| # Resource limits |
Owner
There was a problem hiding this comment.
Those look a bit arbitrary, so I'd comment them out for distribution and keep as examples.
| MemoryHigh=1G | ||
|
|
||
| # Logging | ||
| StandardOutput=journal |
Owner
There was a problem hiding this comment.
I don't think we should override those. "journal" is the default.
Allows managing arexibo as a systemd user service: systemctl --user start arexibo.service systemctl --user enable arexibo.service Features: - Requires cms.json before starting (ExecStartPre check) - Restart on failure with 5s delay - Memory limits (1.5 GB max, 1 GB high watermark) - Journal logging with SyslogIdentifier=arexibo - Requires graphical-session.target Closes #18
linuxnow
force-pushed
the
pr/systemd-service
branch
from
April 15, 2026 21:50
a8bf5f7 to
4220f99
Compare
Contributor
Author
birkenfeld
requested changes
Apr 16, 2026
birkenfeld
left a comment
Owner
There was a problem hiding this comment.
Review comments are still relevant.
birkenfeld
force-pushed
the
master
branch
2 times, most recently
from
April 26, 2026 12:45
626f81e to
21f27b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a systemd user service so arexibo can be managed with:
systemctl --user start arexibo.service systemctl --user enable arexibo.serviceFeatures:
cms.jsonbefore startingCloses #18