This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/init/udevtrigger.conf
T
2021-10-27 17:20:29 +02:00

17 lines
352 B
Plaintext

# udevtrigger - cold plug devices
#
# By the time udevd starts, we've already missed all of the events for
# the devices populated in /sys. This task causes the kernel to resend
# them.
description "cold plug devices"
start on (startup
and started udev
and not-container)
task
exec udevadm trigger --action=add
post-stop exec udevadm settle