Am 28.07.2015 um 08:41 schrieb Bastian Blank:
> On Mon, Jul 27, 2015 at 05:40:39PM +0200, Michael Biebl wrote:
>> udev under systemd doesn't allow long running processes which background
>> to be started from udev rules, such processes are killed by udevd [4].
>> Not sure if that is happening here. But fixing [2] and making sure
>> pvscan is run via /bin/systemd-run look like should be done in any case.
> 
> The timeout for each event in udevd is 180 seconds and it should write
> an error to the log. Even a carefully placed sleep 60 does not break
> booting, however it takes a long time.

Have you tried running sleep in the background, detached from the
controlling terminal, like e.g:

#!/bin/sh
(
sleep 10
)  >/dev/null 2>/dev/null &



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to