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.