summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-09-11 14:05:08 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-09-13 17:02:58 +0900
commitfb2042dd55de5019f55931b4f20a44700ec1222b (patch)
treef47eb37adfe820fb034ccb178e81ef35dd3f592c /TODO
parenta2917d3d2a3ce926f74b63aa60a47f838a8e1f83 (diff)
downloadsystemd-fb2042dd55de5019f55931b4f20a44700ec1222b.tar.gz
core: add new environment variable $RUNTIME_DIRECTORY= or friends
The variable is generated from RuntimeDirectory= or friends. If multiple directories are set, then they are concatenated with the separator ':'.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 4bf66bd217..84f0514559 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