From: Lennart Poettering Date: Fri, 22 Apr 2022 13:00:30 +0000 (+0200) Subject: update TODO X-Git-Tag: v251-rc2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3a64fed979d91f5b604dc5682cdbad2b1af4b7;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 9afbe586e0d..1715da9c356 100644 --- a/TODO +++ b/TODO @@ -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