diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-07 17:21:48 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-06-08 12:29:55 +0200 |
commit | 4861eace1232105ad3bcf316a5f63b2e8fa19a2d (patch) | |
tree | 12b9f98056a5c799374b50279cdc6cd4bd2cd45c /units | |
parent | dev-setup: Follow /dev/console symlinks when locking /dev/console (diff) | |
download | systemd-4861eace1232105ad3bcf316a5f63b2e8fa19a2d.tar.xz systemd-4861eace1232105ad3bcf316a5f63b2e8fa19a2d.zip |
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
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-homed.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |