diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-24 14:48:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-10-24 14:48:54 +0200 |
commit | 0c2826c60c508a0300f9978ae3818d6f4c00d53a (patch) | |
tree | 02271389e3b7b12ccb7d1a2e0f2ba75a992ee1b1 /TODO | |
parent | e0237035a0d68bb748be767f9c241601db5c4cdc (diff) | |
download | systemd-0c2826c60c508a0300f9978ae3818d6f4c00d53a.tar.gz |
core: in --user mode, report READY=1 as soon as basic.target is reached (#7102)
When a user logs in, systemd-pam will wait for the user manager instance to
report readiness. We don't need to wait for all the jobs to finish, it
is enough if the basic startup is done and the user manager is responsive.
systemd --user will now send out a READY=1 notification when either of two
conditions becomes true:
- basic.target/start job is gone,
- the initial transaction is done.
Also fixes #2863.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -325,8 +325,6 @@ Features: * introduce systemd-timesync-wait.service or so to sync on an NTP fix? -* systemd --user should issue sd_notify() upon reaching basic.target, not on becoming idle - * consider showing the unit names during boot up in the status output, not just the unit descriptions * maybe allow timer units with an empty Units= setting, so that they |