chiark / gitweb /
units: make sure prefdm is killed first, user sessions second on shutdown
authorLennart Poettering <lennart@poettering.net>
Thu, 18 Nov 2010 01:45:04 +0000 (02:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 18 Nov 2010 01:45:04 +0000 (02:45 +0100)
TODO
units/fedora/prefdm.service

diff --git a/TODO b/TODO
index 37833a29828975f1d31bbbe633ba546fa213bc66..6889f83d6289fe9c52b889f7e69a9b8f539a479e 100644 (file)
--- 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:
index 45ecd7c5c5864279df881aadfa0ab8da3a41fe2d..e7bd1231f80a4ca583a9ce55c807cf709c590864 100644 (file)
@@ -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.