From c1d6bc0e5373cec58821c3cba59a6df8de161e27 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Nov 2010 02:45:04 +0100 Subject: [PATCH] units: make sure prefdm is killed first, user sessions second on shutdown --- TODO | 3 --- units/fedora/prefdm.service | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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. -- 2.30.2