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
This commit is contained in:
Lennart Poettering 2020-03-31 11:35:08 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 80ace4f25e
commit 286fe8ee21

View file

@ -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