mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
homed: stop before stopping dbus
Otherwise, systemd-homed-active.service will fail to deactivate all homes because homectl can no longer talk to homed if dbus stops first. As a result, /home cannot be umounted. Doing this on systemd-homed-active.service instead works as well, but systemd-homed will exit 1 if dbus is already shut down.
This commit is contained in:
parent
7359e3d35a
commit
e00a25a7b4
@ -12,7 +12,7 @@ Description=Home Area Manager
|
|||||||
Documentation=man:systemd-homed.service(8)
|
Documentation=man:systemd-homed.service(8)
|
||||||
Documentation=man:org.freedesktop.home1(5)
|
Documentation=man:org.freedesktop.home1(5)
|
||||||
|
|
||||||
After=home.mount
|
After=home.mount dbus.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
BusName=org.freedesktop.home1
|
BusName=org.freedesktop.home1
|
||||||
|
Loading…
Reference in New Issue
Block a user