mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
add some more things to TODO
This commit is contained in:
parent
fccf5419e8
commit
fa991fb72b
13
TODO
13
TODO
@ -24,6 +24,19 @@ Janitorial Clean-ups:
|
||||
|
||||
Features:
|
||||
|
||||
* expose IO accounting data on the bus, show it in systemd-run --wait and log
|
||||
about it in the resource log message
|
||||
|
||||
* add "systemctl purge" for flushing out configuration, state, logs, ... of a
|
||||
unit when it is stopped
|
||||
|
||||
* show whether a service has out-of-date configuration in "systemctl status" by
|
||||
using mtime data of ConfigurationDirectory=.
|
||||
|
||||
* Properly chmod() RuntimeDirectory=, StateDirectory=, LogsDirectory= and
|
||||
CacheDirectory= when we start up and the directory isn't properly owned. In
|
||||
particular to make DynamicUser= work
|
||||
|
||||
* replace all uses of fgets() + LINE_MAX by read_line()
|
||||
|
||||
* set IPAddressDeny=any on all services that shouldn't do networking (possibly
|
||||
|
Loading…
Reference in New Issue
Block a user