From 871dc8d644eef7542a5330f84c25b1db2617317c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 May 2020 23:26:24 +0200 Subject: [PATCH] homed: enable userdb too if homed is requested Strictly speaking you can run homed without userdb. But it doesn't really make much sense: they go hand in hand and implement the same concepts, just for different sets of users. Let's hence disable both automatically by default if homed is requested. (We don't do the reverse: opting into userdbd shouldn't mean that you are OK with homed.) And of course, users can always deviate from our defaults easily, and turn off userbd again right-away if they don't like it, and things will generally work. --- units/systemd-homed.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-homed.service.in b/units/systemd-homed.service.in index b7b0c3ef10..45dc9306dd 100644 --- a/units/systemd-homed.service.in +++ b/units/systemd-homed.service.in @@ -37,3 +37,4 @@ SystemCallFilter=@system-service @mount [Install] WantedBy=multi-user.target Alias=dbus-org.freedesktop.home1.service +Also=systemd-userdbd.service