summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-03-31 11:35:08 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-31 15:22:48 +0200
commit286fe8ee2132b058c98051cd106c468b011f0418 (patch)
tree4ab0c9e4ecc3d00825b1332ca9bce224a9b9284e
parent80ace4f25e08989c84302fdd8d38f000ded2eaee (diff)
downloadsystemd-286fe8ee2132b058c98051cd106c468b011f0418.tar.gz
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
-rw-r--r--units/systemd-homed.service.in2
1 files changed, 1 insertions, 1 deletions
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