From b34a21083b8937f2bb562e2cefdd85b4381aa621 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 26 Jun 2018 04:07:44 +0900 Subject: man: add missing option for system.conf --- man/systemd-system.conf.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index a914ef2523..88dcd1d142 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. -- cgit v1.2.1