Linux command
pueue-reset 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Reset pueue state
pueue reset
Reset specific groups
pueue reset --groups [group1] [group2]
说明
pueue reset kills all running tasks, removes all tasks, and resets the task ID counter. It returns the daemon to a clean state. A confirmation prompt is shown if there are running tasks.
参数
- --groups _group_...
- Only reset specific groups instead of everything
FAQ
What is the pueue-reset command used for?
pueue reset kills all running tasks, removes all tasks, and resets the task ID counter. It returns the daemon to a clean state. A confirmation prompt is shown if there are running tasks.
How do I run a basic pueue-reset example?
Run `pueue reset` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --groups _group_... do in pueue-reset?
Only reset specific groups instead of everything