> On 2 Sep 2025, at 10:09, Demi Marie Obenour wrote:
>
> The reason I ask is that I'm using systemd-udevd with a
> non-systemd service manager (s6 + s6-rc) and it has an
> incompatible method for readiness notification (writing
> a newline to a file descriptor).
Two thoughts.
Wrap in a progra
Is it dangerous to start programs before udev is running,
so long as all of the other dependencies of these programs
(such as /var and /home being read-write) have been satisfied?
Or do programs assume that udev has actually started, not
merely bound to its sockets connections?
The reason I ask is