Re: [systemd-devel] For a "device" unit, what is the trigger source of an associated service unit "Enqueue" and "Replace" state in the systemd state engine?

2025-02-14 Thread James Feeney
On Thu, 2025-02-13 at 22:07 +0100, Lennart Poettering wrote: > On Mo, 10.02.25 19:09, James Feeney ([email protected]) wrote: > > > > > > systemd[1]: Got message type=method_call sender=n/a > > destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 > > interface=org.freedesktop.s

Re: [systemd-devel] Improving boot time of systemd based initrd?

2025-02-14 Thread Mikko Rapeli
Hi, I'm able to shave 7 seconds from initrd udev work by changing systemd-udev-trigger.service udevadm trigger argument from --type=all to --type=devices which is the default also without --type argument. Now initrd boottime on qemu drops from 30 seconds to 23 seconds. In my case this could be ok