-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systemd services implementation #17
Comments
I don't use HM, what about the systemd user service impl there is slow? |
I think it'd be better explained by @NotAShelf as he's the one who mentioned it to me over Discord. |
After communicating with him he said:
|
The program that handles parsing services: https://git.sr.ht/~rycee/sd-switch |
As of now, since hjem has its own scope, its not possible to declare per-user services with systemd. Home-manager has already implemented a solution that works: here I believe, but its been expressed to me that its a suboptimal solution due to it being slow.
A potential alternative to implementing this within hjem is to use systemd.user.services, however this has the drawback of making services for every user instead of the specific users that want the services, which is why I propose implementing it under hjem.
The text was updated successfully, but these errors were encountered: