This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/init/udevmonitor.conf
T
2021-10-27 17:20:29 +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