From 286fe8ee2132b058c98051cd106c468b011f0418 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 31 Mar 2020 11:35:08 +0200 Subject: units: do not pull in home.mount from systemd-homed.service /home is posibly a remote file system. it makes sense to order homed after it, so that we can properly enumerate users in it, but we probably shouldn't pull it in ourselves, and leave that to users to configure otherwise. Fixes: #15102 --- units/systemd-homed.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-homed.service.in') diff --git a/units/systemd-homed.service.in b/units/systemd-homed.service.in index 7cf98e6fa6..6490f48a15 100644 --- a/units/systemd-homed.service.in +++ b/units/systemd-homed.service.in @@ -10,7 +10,7 @@ [Unit] Description=Home Area Manager Documentation=man:systemd-homed.service(8) -RequiresMountsFor=/home +After=home.mount [Service] BusName=org.freedesktop.home1 -- cgit v1.2.3