From 4861eace1232105ad3bcf316a5f63b2e8fa19a2d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 7 Jun 2024 17:21:48 +0200 Subject: 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 --- units/systemd-homed.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units') diff --git a/units/systemd-homed.service.in b/units/systemd-homed.service.in index ff4f429498..b54e5d30b2 100644 --- a/units/systemd-homed.service.in +++ b/units/systemd-homed.service.in @@ -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 -- cgit v1.2.3