mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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