1
0
mirror of https://github.com/systemd/systemd synced 2024-06-29 06:34:30 +00:00

presets: Don't enable systemd-homed-firstboot.service by default

Enabling this service by default means every CI image without a
regular user now gets stuck on first boot due to the password prompt
from systemd-homed-firstboot.service. Let's not enable the service
by default but instead require users to enable it explicitly if they
want its behavior.

Fixes #33249
This commit is contained in:
Daan De Meyer 2024-06-07 17:21:48 +02:00 committed by Luca Boccassi
parent 774eb5dbdd
commit 4861eace12
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ enable systemd-boot-update.service
enable systemd-confext.service
enable systemd-homed.service
enable systemd-homed-activate.service
enable systemd-homed-firstboot.service
enable systemd-journald-audit.socket
enable systemd-mountfsd.socket
enable systemd-network-generator.service

View File

@ -40,4 +40,4 @@ TimeoutStopSec=3min
[Install]
WantedBy=multi-user.target
Alias=dbus-org.freedesktop.home1.service
Also=systemd-homed-activate.service systemd-homed-firstboot.service
Also=systemd-homed-activate.service