-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /etc/init/
File Upload :
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

Copyright © 2017 || Recoded By Mr.Bumblebee