Files
RealSteel99-codes f1332517a7 ananicy-cpp: add page (#23628)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
2026-08-23 21:03:42 +07:00

21 lines
480 B
Markdown

# ananicy-cpp
> Feature-rich C++ rewrite of the Ananicy auto-nice daemon for Linux.
> More information: <https://gitlab.com/ananicy-cpp/ananicy-cpp>.
- Output all currently parsed rules and rule files:
`ananicy-cpp dump rules`
- Output all configured process types:
`ananicy-cpp dump types`
- Output all current rules in JSON format:
`ananicy-cpp dump rules --json`
- Parse and validate custom rule files without applying them:
`ananicy-cpp parse {{path/to/file.rules}}`