Dustin C. Hatch 2a84d810e0 reload-udev-rules: Add delay before copying files
Since *systemd* starts the *reload-udev-rules.service* unit as soon as
any file in the `/run/containers/udev-rules` directory changes, the `cp`
command may start before all of the files have been copied out of the
container.  If this happens, some of the rules will not get copied to
the final path, and thus will not be processed by *udev*.

Togive the container a chance to finish copying all of the files before
we process them, we need a bit of a delay.  Obviously, this is not a
perfect solution, as it could potentially take longer than 250ms to copy
the files in some cases, but hopefully those cases are rare enough to
not worry about.
2024-02-15 10:08:52 -06:00
2024-01-15 11:40:58 -06:00
2024-02-03 11:16:52 -06:00
2024-02-03 11:16:52 -06:00
2024-01-15 11:40:58 -06:00
2024-01-14 19:24:55 -06:00
2024-01-17 17:35:21 -06:00
Description
No description provided
336 KiB
Languages
CUE 85.7%
Shell 11.3%
Jinja 3%