From 6e1bf7ab998e30b23202192b5b47c119e7a3697d Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 2 Feb 2015 15:48:40 +0100 Subject: 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. --- man/systemd-bootchart.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/systemd-bootchart.xml') diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index 0068e928a..ff86be2ad 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -116,7 +116,7 @@ systemd-bootchart instead of the init process. In turn, systemd-bootchart - will invoke /sbin/init. + will invoke /usr/lib/systemd/systemd. @@ -218,7 +218,7 @@ Use this init binary. Defaults to - /sbin/init. + /usr/lib/systemd/systemd. -- cgit v1.2.3