[systemd-devel] Looking for guidance about starting a systemd service inside the initrd and having it persist after rootfs is mounted

2023-07-13 Thread Brian Masney
I am working on a project that has very strict boot time requirements in order to have a custom service started within a set time period. Waiting for the kernel to initialize the storage controller and mount the root filesystem takes too much of the allocated time budget. There's various boot speed

Re: [systemd-devel] Looking for guidance about starting a systemd service inside the initrd and having it persist after rootfs is mounted

2023-07-13 Thread Demi Marie Obenour
On Thu, Jul 13, 2023 at 12:01:45PM -0400, Brian Masney wrote: > I am working on a project that has very strict boot time requirements > in order to have a custom service started within a set time period. > Waiting for the kernel to initialize the storage controller and mount > the root filesystem t