0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.145.199.113


Current Path : /snap/core/current/etc/init/
Upload File :
Current File : //snap/core/current/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