summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-18 02:45:04 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-18 02:45:04 +0100
commitc1d6bc0e5373cec58821c3cba59a6df8de161e27 (patch)
treec3f83d246febf13d535d3a770e5831c18216fda8
parent9f4527411bbba4c36d27509879d0340a546600ce (diff)
downloadsystemd-c1d6bc0e5373cec58821c3cba59a6df8de161e27.tar.gz
units: make sure prefdm is killed first, user sessions second on shutdown
-rw-r--r--TODO3
-rw-r--r--units/fedora/prefdm.service2
2 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 37833a2982..6889f83d62 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,6 @@
systemd is confused if something goes:
mounted→unmounting→mounted
-* /lib/systemd/systemd-user-sessions stop seems to leave
- processes behind
-
* SIGQUIT on shutdown? avahi-daemon[202]: Got SIGQUIT, quitting.
* check if bind mounts work:
diff --git a/units/fedora/prefdm.service b/units/fedora/prefdm.service
index 45ecd7c5c5..e7bd1231f8 100644
--- a/units/fedora/prefdm.service
+++ b/units/fedora/prefdm.service
@@ -7,7 +7,7 @@
[Unit]
Description=Display Manager
-After=syslog.target livesys-late.service rc-local.service
+After=syslog.target livesys-late.service rc-local.service systemd-user-sessions.service
# On Fedora gdm/X11 is on tty1. We explicitly cancel the getty here to
# avoid any races around that.