diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-03-31 11:35:08 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-31 15:22:48 +0200 |
commit | 286fe8ee2132b058c98051cd106c468b011f0418 (patch) | |
tree | 4ab0c9e4ecc3d00825b1332ca9bce224a9b9284e /units/systemd-homed.service.in | |
parent | home: fix several typos (diff) | |
download | systemd-286fe8ee2132b058c98051cd106c468b011f0418.tar.xz systemd-286fe8ee2132b058c98051cd106c468b011f0418.zip |
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
Diffstat (limited to 'units/systemd-homed.service.in')
-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 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 |