systemd/debian/udev.udevmonitor.upstart
Michael Biebl 0ee61e098c Remove any vestiges of /dev/.udev/
This directory has been replaced by /run/udev/ since wheezy.
2015-06-02 01:15:33 +02: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