diff options
author | Dimitri John Ledkov <dimitri.j.ledkov@intel.com> | 2015-05-15 11:44:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-15 12:49:33 +0200 |
commit | 304b3079a2039971db6d89f4557931776b758e41 (patch) | |
tree | 75b09022e91c461dd4312a1f2c9179a139f68346 /TODO | |
parent | fe0272999c8ef7961a446a7743f824ba4cfe0918 (diff) |
core: Execute first boot presets in an enable-only preset-mode.
This means any existing enabled units well be preserved and no
pre-created symlinks will be removed. This is done on first boot, when
the assumption is that /etc is not populated at all (no machine-id
setup). For minimal containers that gives a significant first boot
speed up, approximately ~20ms / ~16% in my trials.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -149,10 +149,6 @@ Features: that are not supported... http://lists.freedesktop.org/archives/systemd-devel/2015-February/028076.html -* PID 1: when invoking systemctl preset-all on first boots, operate in - an exclusively additive way, i.e. never remove any pre-existing - symlinks, only add new ones. - * Introduce $LISTEN_NAMES to complement $LISTEN_FDS, containing a colon separated list of identifiers for the fds passed. |