thinrasp/etc_org/init/udevmonitor.conf
2019-11-26 21:36:24 +01:00

14 lines
360 B
Plaintext

# 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