diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-09-25 12:34:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 12:34:30 +0200 |
commit | 7c428bb5d57ff1517719d87a56d0489bf1f26261 (patch) | |
tree | 924950cffc37baf7376f972cb629305183bb1a35 /TODO | |
parent | 9afd5740391980fee5d89888fb206aed55fbaed7 (diff) | |
parent | d491e65e74a92898d6e7f95032b5b037c6e3cb60 (diff) | |
download | systemd-7c428bb5d57ff1517719d87a56d0489bf1f26261.tar.gz |
Merge pull request #10059 from yuwata/env-exec-directory
core: introduce $RUNTIME_DIRECTORY= or friends
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |