From: Yu Watanabe Date: Mon, 25 Jun 2018 19:07:44 +0000 (+0900) Subject: man: add missing option for system.conf X-Git-Tag: v240~1019^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9422%2Fhead;p=thirdparty%2Fsystemd.git man: add missing option for system.conf --- diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index a914ef2523f..88dcd1d1428 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -322,15 +322,16 @@ DefaultBlockIOAccounting= DefaultMemoryAccounting= DefaultTasksAccounting= + DefaultIOAccounting= DefaultIPAccounting= Configure the default resource accounting settings, as configured per-unit by CPUAccounting=, BlockIOAccounting=, MemoryAccounting=, - TasksAccounting= and IPAccounting=. See + TasksAccounting=, IOAccounting= and IPAccounting=. See systemd.resource-control5 for details on the per-unit settings. DefaultTasksAccounting= defaults to on, DefaultMemoryAccounting= to &MEMORY_ACCOUNTING_DEFAULT;, - the other three settings to off. + the other four settings to off.