mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
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:
parent
80ace4f25e
commit
286fe8ee21
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user