From bbac7da2b379dfe951db23278ebe8a728ecce7a5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Aug 2020 23:33:29 +0200 Subject: [PATCH] units: order systemd-user-sessions.service after home.mount This should make /home as automount work reasonably well. If /home is an automount this has little effect at boot, because if the automount is not triggered it doesn't matter how the associated mount is ordered. It does matter at shutdown however, where home.mount is likely active now. There the ordering means we'll end sessions first, and only then deactivate home.mount. Fixes: #16291 --- units/systemd-user-sessions.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-user-sessions.service.in b/units/systemd-user-sessions.service.in index 6d585eb0a15..13de728b1db 100644 --- a/units/systemd-user-sessions.service.in +++ b/units/systemd-user-sessions.service.in @@ -10,7 +10,7 @@ [Unit] Description=Permit User Sessions Documentation=man:systemd-user-sessions.service(8) -After=remote-fs.target nss-user-lookup.target network.target +After=remote-fs.target nss-user-lookup.target network.target home.mount [Service] Type=oneshot