Hi,
Patrick wrote:
> > I have been following this page:
> > https://www.linux.org/docs/man1/systemd-bootchart.htm
s/$/l/ gives a working
https://www.linux.org/docs/man1/systemd-bootchart.html
> > But my understanding is that it should produce a file upon bootup,
> > but it does not.
>
> Did you
On Sun, 20 Oct 2024 22:19:18 +0100, Tim wrote:
> Evening all
>
> I am trying to get bootchart to work (it provides a graphical view
> of the boot process in an attempt to help resolve slow boot up).
>
> I have been following this page:
> https://www.linux.org/docs/man1/systemd-bootchart.htm
>
>
On 20/10/2024 22:19, Tim wrote:
Why is it not running on bootup?
AT WMT, we add the following code to .bashrc in the Pi directory:
if [ $(tty) == /dev/tty1 ]; then
cd rivercontrolsystem
./main.py --id "SUMP”
fi
Presumably, you can do something similar to execute bootchart?
If you need it t
Evening all
I am trying to get bootchart to work (it provides a graphical view of
the boot process in an attempt to help resolve slow boot up).
I have been following this page:
https://www.linux.org/docs/man1/systemd-bootchart.htm
If I open the command line and type sudo
/usr/lib/systemd/s
4 matches
Mail list logo