summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-08-06 23:33:29 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-08 14:22:23 +0100
commitbde2970dfc0f52472cf8a4ffb4410ce0b9b675a7 (patch)
tree9de430d62cbe2b6ba08f39f0699d63d51178c9fc /units
parentf4dfbb7114f1a810343fd504748dc8f7b7a7842e (diff)
downloadsystemd-bde2970dfc0f52472cf8a4ffb4410ce0b9b675a7.tar.gz
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 (cherry picked from commit bbac7da2b379dfe951db23278ebe8a728ecce7a5)
Diffstat (limited to 'units')
-rw-r--r--units/systemd-user-sessions.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-user-sessions.service.in b/units/systemd-user-sessions.service.in
index 6d585eb0a1..13de728b1d 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