mirror of
https://github.com/systemd/systemd.git
synced 2024-12-21 13:34:21 +03: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:
parent
774eb5dbdd
commit
4861eace12
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user