From 396f9e2b327d702ea9502b80febf836283e19350 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 29 Nov 2014 01:06:41 -0800 Subject: bootchart: Support bootchart.conf.d directories in the usual search paths --- man/bootchart.conf.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index 68834c73b7..a364826bb0 100644 --- a/man/bootchart.conf.xml +++ b/man/bootchart.conf.xml @@ -25,7 +25,8 @@ along with systemd; If not, see . --> - + bootchart.conf systemd @@ -47,23 +48,31 @@ bootchart.conf - Boot performance analysis graphing tool configuration file + bootchart.conf.d + Boot performance analysis graphing tool configuration files /etc/systemd/bootchart.conf + /etc/systemd/bootchart.conf.d/*.conf + /run/systemd/bootchart.conf.d/*.conf + /usr/lib/systemd/bootchart.conf.d/*.conf Description When starting, systemd-bootchart will read the - configuration file bootchart.conf. - This configuration file determines logging parameters and - graph output. - + configuration file + /etc/systemd/bootchart.conf, followed by + the files in the bootchart.conf.d + directories. These configuration files determine logging + parameters and graph output. + + + Options -- cgit v1.2.3-54-g00ecf