summaryrefslogtreecommitdiff
path: root/man/bootchart.conf.xml
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2015-02-02 15:48:40 +0100
committerLennart Poettering <lennart@poettering.net>2015-02-02 17:40:35 +0100
commit6e1bf7ab998e30b23202192b5b47c119e7a3697d (patch)
treeed1fe7ff1463e5d1f06b947ca3439434d94672d4 /man/bootchart.conf.xml
parentbca81be7755d15e7369d764bfa94a7ca6c595c76 (diff)
bootchart: Ensure that systemd is the init called after using bootchart
When booting with systemd-bootchart, default to call the systemd binary rather than the init binary on disk, which might be another init system. Collecting data only works with booting systemd.
Diffstat (limited to 'man/bootchart.conf.xml')
-rw-r--r--man/bootchart.conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml
index a364826bb..e11ccb52f 100644
--- a/man/bootchart.conf.xml
+++ b/man/bootchart.conf.xml
@@ -124,7 +124,7 @@
<varlistentry>
<term><varname>Init=[path]</varname></term>
<listitem><para>Configures bootchart to run a non-standard
- binary instead of <filename>/sbin/init</filename>. This
+ binary instead of <filename>/usr/lib/systemd/systemd</filename>. This
option is only relevant if bootchart was invoked from the
kernel command line with
init=/usr/lib/systemd/systemd-bootchart.</para></listitem>