On 26/2/23 9:59, aitor wrote: >
> Looking at the code of eudev, I've found a way to request TERM signal
> if parent exits:
>
> prctl(PR_SET_PDEATHSIG, SIGTERM);
> Btw, I think there is a mistake in the code of libudev-device.c (line 536):
...
} else if (startswith ( property, "USEC_INITIALIZED=" ) ) {