]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: drop userdbd from homed's Also=
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 5 Feb 2024 19:01:25 +0000 (20:01 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 6 Feb 2024 12:36:04 +0000 (12:36 +0000)
Also= lists units which should be enabled/disabled together with the first unit.
But userdbd is independent of homed, we shouldn't e.g. disable it even if homed
is disabled.

units/systemd-homed.service.in

index bfc3df1021e77b0674a50f0602f7313aa6725895..ee72c75ac96ed3a6e8eed218e303797d272ddb79 100644 (file)
@@ -39,4 +39,4 @@ TimeoutStopSec=3min
 [Install]
 WantedBy=multi-user.target
 Alias=dbus-org.freedesktop.home1.service
-Also=systemd-homed-activate.service systemd-userdbd.service systemd-homed-firstboot.service
+Also=systemd-homed-activate.service systemd-homed-firstboot.service