From: Lennart Poettering Date: Thu, 18 Nov 2010 01:45:04 +0000 (+0100) Subject: units: make sure prefdm is killed first, user sessions second on shutdown X-Git-Tag: v13~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c1d6bc0e5373cec58821c3cba59a6df8de161e27 units: make sure prefdm is killed first, user sessions second on shutdown --- diff --git a/TODO b/TODO index 37833a298..6889f83d6 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 45ecd7c5c..e7bd1231f 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.