systemd/debian/udev.udevmonitor.upstart
Michael Biebl 6ab50b03cf Add changes from 175-7.1 NMU (upstart support)
Patch courtesy of Steve Langasek <steve.langasek@ubuntu.com>
2013-07-18 19:29:15 +02:00

14 lines
356 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 >/dev/.udev.log