Tool/software: Linux
Hi,
Is it possible to disable systemd, or is it the only way to run the linux system built with this SDK? (processor SDK 03.03)
I tried to optimize the linux boot time by disabling the drivers in kernel config and device tree.
Also disabled all the services on the target in the systemd.
However, when kernel boots I can still see systemd starting things that I dont necessarily want to be started.
Is it possible to disable systemd or at least configure it?
The tutorials and suggestions I find refer to the services which I already disabled.
As an example of what goes wrong I set up the backlight in the device tree to run a PWM with 0% duty cycle as a default.
And this is initialised correctly during the kernel boot.
But after a few seconds systemd does something that changes the duty cycle to 100%:
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Is it possible to configure what systemd does?
All suggestions or explanations how to properly use systemd are welcome.
Kind regards,
Ugnius