Skip to content

Commit e00a25a

Browse files
gekmihesgkeszybz
authored andcommitted
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.
1 parent 7359e3d commit e00a25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/systemd-homed.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Description=Home Area Manager
1212
Documentation=man:systemd-homed.service(8)
1313
Documentation=man:org.freedesktop.home1(5)
1414

15-
After=home.mount
15+
After=home.mount dbus.service
1616

1717
[Service]
1818
BusName=org.freedesktop.home1

0 commit comments

Comments
 (0)