[OVERRIDDEN] /usr/lib/systemd/system/user@.service.d/10-login-barrier.conf -> /usr/lib/systemd/system/user@0.service.d/10-login-barrier.conf --- /usr/lib/systemd/system/user@0.service.d/10-login-barrier.conf 2026-06-04 12:26:27.000000000 +0200 +++ /usr/lib/systemd/system/user@.service.d/10-login-barrier.conf 2026-06-04 12:26:27.000000000 +0200 @@ -7,6 +7,8 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -# Empty file to mask its counterpart for unprivileged users and thus cancels -# "After=systemd-user-session.service" ordering constraint so that root can log -# in even if the boot process is not yet finished. +[Unit] +# Make sure user instances are started after logins are allowed. However this +# is not desirable for user@0.service since root should be able to log in +# earlier during the boot process especially if something goes wrong. +After=systemd-user-sessions.service [EXTENDED] /usr/lib/systemd/system/systemd-fsck-root.service -> /usr/lib/systemd/system/systemd-fsck-root.service.d/10-skip-fsck-initramfs.conf [EXTENDED] /usr/lib/systemd/system/systemd-localed.service -> /usr/lib/systemd/system/systemd-localed.service.d/x11-keyboard.conf [EXTENDED] /usr/lib/systemd/system/systemd-logind.service -> /usr/lib/systemd/system/systemd-logind.service.d/dbus.conf [EXTENDED] /usr/lib/systemd/system/systemd-udevd.service -> /usr/lib/systemd/system/systemd-udevd.service.d/syscall-architecture.conf [EXTENDED] /usr/lib/systemd/system/user@.service -> /usr/lib/systemd/system/user@.service.d/10-login-barrier.conf 6 overridden configuration files found.