diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-09-11 07:05:08 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-09-13 10:02:58 +0200 |
commit | fb2042dd55de5019f55931b4f20a44700ec1222b (patch) | |
tree | f47eb37adfe820fb034ccb178e81ef35dd3f592c /TODO | |
parent | test: replace swear words by 'hoge' (diff) | |
download | systemd-fb2042dd55de5019f55931b4f20a44700ec1222b.tar.xz systemd-fb2042dd55de5019f55931b4f20a44700ec1222b.zip |
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-- | 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 |