Enabling lingering at build time ?
Hi bluebuild team, I wonder if there is a way to enable lingering for specific users at build time ? (I would like to do so to start the
niri.service
service in systemd/user
automatically at boot)2 Replies
PS: Thank you all for this great tool, I was tired of not having an easily reproducible system and moreover I can just look at yaml files in my repository to know what's installed on my system !
I'm unsure what lingering means, but if you're trying to have a service start in userspace, you can use the systemd module to start services in user-space. The only caveat is that it's not tied to a specific user this way and is global
BlueBuild
systemd
The systemd module streamlines the management of systemd units during image building.