Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
udev / etc / init / udevmonitor.conf
Size: Mime:
# udevmonitor - log initial device creation
#
# The set of devices created in the "cold plug" pass is generally
# useful for debugging, so we monitor this and create a log file
# from that.

description	"log initial device creation"

start on (startup
	  and starting udevtrigger)
stop on stopped udevtrigger

exec /sbin/udevadm monitor -e >/run/udev/udev.log