mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# udevmon
|
|
|
|
> Intercept and monitor input devices for launching tasks.
|
|
> Filters or modifies events according to configuration file(s) (default: `/etc/interception/udevmon.d/*.yaml`).
|
|
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master#udevmon>.
|
|
|
|
- Start udevmon with specified configuration file:
|
|
|
|
`udevmon -c {{path/to/config.yaml}}`
|