Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-01 00:24:58 +00:00
parent 17ca2e244e
commit 856ab03c8f
5 changed files with 81 additions and 0 deletions

14
tldr/linux/udevmon Normal file
View File

@@ -0,0 +1,14 @@
---
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?ref_type=heads#udevmon>.
- Start udevmon with specified configuration file:
`udevmon -c {{path/to/config.yaml}}`