diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-04-22 15:00:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-04-22 15:56:33 +0200 |
commit | 0b3a64fed979d91f5b604dc5682cdbad2b1af4b7 (patch) | |
tree | 046f77ca3cf4024c15ba490a6862140f2ab9f714 /TODO | |
parent | Merge pull request #23157 from poettering/execute-refactor-fix (diff) | |
download | systemd-0b3a64fed979d91f5b604dc5682cdbad2b1af4b7.tar.xz systemd-0b3a64fed979d91f5b604dc5682cdbad2b1af4b7.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,6 +78,11 @@ Janitorial Clean-ups: Features: +* Add ConditionCredentialExists= or so, that allows conditionalizing services + depending on whether a specific system credential is set. Usecase: a service + similar to the ssh keygen service that installs any SSH host key supplied via + system credentials into /etc/ssh. + * drop support for kernels that lack ambient capabilities support (i.e. make 4.3 new baseline). Then drop support for "!!" modifier for ExecStart= which is only supported for such old kernels |