Your IP : 18.118.37.74


Current Path : /etc/init/
Upload File :
Current File : //etc/init/udevtrigger.conf

# 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