diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-02-05 20:01:25 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-06 13:36:04 +0100 |
commit | 85a84772a1f691175e35540237c7abc52e61b8a1 (patch) | |
tree | 07b5ab763b231406c27d0e269cbcfb81f7e8ca88 /units/systemd-homed.service.in | |
parent | process-util: minor follow-up for pidfd_spawn (diff) | |
download | systemd-85a84772a1f691175e35540237c7abc52e61b8a1.tar.xz systemd-85a84772a1f691175e35540237c7abc52e61b8a1.zip |
units: drop userdbd from homed's Also=
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.
Diffstat (limited to '')
-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 bfc3df1021..ee72c75ac9 100644 --- a/units/systemd-homed.service.in +++ b/units/systemd-homed.service.in @@ -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 |