Skip to content

edit systemd service exec path at install time to make it reflect binary install location#104

Merged
javalsai merged 4 commits into
javalsai:masterfrom
wsbankenstein:sed-systemd-exec-path
Feb 5, 2026
Merged

edit systemd service exec path at install time to make it reflect binary install location#104
javalsai merged 4 commits into
javalsai:masterfrom
wsbankenstein:sed-systemd-exec-path

Conversation

@wsbankenstein

Copy link
Copy Markdown
Contributor

local systemd installs are broken by default because systemd services require an absolute path and /usr/bin/lidm is hardcoded in there

the solution: sed! (which is in base-devel so no new dependencies!)

Comment thread services.mk Outdated
@javalsai

javalsai commented Feb 5, 2026

Copy link
Copy Markdown
Owner

The reason I wanted to move the generated lidm.service to dist/ is so that its in an artifact path that's also gitignored. If you make install the generated file will be found by git and potentially committed. Either it has to be ignored or put into something like dist/.

@javalsai javalsai merged commit dba9a71 into javalsai:master Feb 5, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants