summaryrefslogtreecommitdiffstats
path: root/resources/config/1/uniontmp/etc/init/udevtrigger.conf
blob: 43ec47cada53f062b2dc4de581788be14d2c73da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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)

task

exec udevadm trigger
post-stop exec udevadm settle