units: make sure prefdm is killed first, user sessions second on shutdown

This commit is contained in:
Lennart Poettering 2010-11-18 02:45:04 +01:00
parent 9f4527411b
commit c1d6bc0e53
2 changed files with 1 additions and 4 deletions

3
TODO
View File

@ -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:

View 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.