mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 14:50:23 +00:00
Update cheatsheets
This commit is contained in:
14
tldr/linux/udevmon
Normal file
14
tldr/linux/udevmon
Normal 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}}`
|
||||
Reference in New Issue
Block a user