diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-18 02:28:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-18 02:28:08 +0200 |
commit | a8bb2e6503fa2a4ed608aa958480d27a696f5146 (patch) | |
tree | 5d87911bb29bc839db76a3837c53b1e5b595e8c7 /TODO | |
parent | 6b78f9b4354010f8af2fe48c783ffd52b2db8f57 (diff) |
service: make start jobs wait, not fail, when an automatic restart is queued
When an automatic restart is already queued, then make subsequent start
jobs wait until the restart can be handled (i.e. after the holdhoff
time), instead of simply fail.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -36,10 +36,6 @@ Features: * syscall filter: add knowledge about compat syscalls -* flush jobs when switching root - -* autorestart of journald after switch-root is broken - * logind: wakelock/opportunistic suspend support * switch-root: sockets need relabelling @@ -56,8 +52,6 @@ Features: * refuse taking lower-case variable names in sd_journal_send() and friends. -* when running as user instance: implicitly default to WorkingDirectory=$HOME for all services. - * Merge KillUnit()'s mode and who params into one * load-fragment: when loading a unit file via a chain of symlinks @@ -101,8 +95,6 @@ Features: * change Requires=basic.target to RequisiteOverride=basic.target -* exclude processes marked with argv[0][0]=@ from the normal service killing too - * support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator * systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields |