Hi Maxim, Maxim Cournoyer writes: > + ;; Symlink the main configuration files. > + (with-directory-excursion #$output > + (symlink #$(logind.conf config) "logind.conf") > + (symlink #$(sleep.conf config) "sleep.conf")) I don't know about you, but this didn't work for me, as elogind looks for the config file in its own PKGCONFDIR (which is in the store), only looking for overrides in the /etc/elogind/*.d/ directories. Best, -- Josselin Poiret