aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-09-25 12:34:30 +0200
committerGitHub <noreply@github.com>2018-09-25 12:34:30 +0200
commit7c428bb5d57ff1517719d87a56d0489bf1f26261 (patch)
tree924950cffc37baf7376f972cb629305183bb1a35 /TODO
parentdocs: clarify controller mount logic in hybrid cgroups mode (diff)
parentman: document RUNTIME_DIRECTORY= or friends (diff)
downloadsystemd-7c428bb5d57ff1517719d87a56d0489bf1f26261.tar.gz
systemd-7c428bb5d57ff1517719d87a56d0489bf1f26261.tar.bz2
systemd-7c428bb5d57ff1517719d87a56d0489bf1f26261.zip
Merge pull request #10059 from yuwata/env-exec-directory
core: introduce $RUNTIME_DIRECTORY= or friends
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index d56ff94cf..f3d6f56a4 100644
--- a/TODO
+++ b/TODO
@@ -249,15 +249,6 @@ Features:
for all units. It should be both a way to pin units into memory as well as a
wait to retrieve their exit data.
-* maybe set a new set of env vars for services, based on RuntimeDirectory=,
- StateDirectory=, LogsDirectory=, CacheDirectory= and ConfigurationDirectory=
- automatically. For example, there could be $RUNTIME_DIRECTORY,
- $STATE_DIRECTORY, $LOGS_DIRECTORY=, $CACHE_DIRECTORY and
- $CONFIGURATION_DIRECTORY or so. This could be useful to write services that
- can adapt to varying directories for these purposes. Special care has to be
- taken if multiple dirs are configured. Maybe avoid setting the env vars in
- that case?
-
* expose IO accounting data on the bus, show it in systemd-run --wait and log
about it in the resource log message