fixproc - Fixes a process by performing the specified action.
| Use Case | Command | Description |
|---|---|---|
| ✅ Check if a process is running | fixproc -exist proc |
Checks if proc exists in process list and respects min/max limits |
| 🛑 Kill a process | fixproc -kill proc |
Kills process, waits 5 seconds, then kill -9 if still running |
| 🔄 Restart a process | fixproc -restart proc |
Kills process (with kill -9 fallback) then starts it again |
| 🔧 Fix process based on config | fixproc -fix proc |
Checks process against database and performs defined action if check fails |
fixproc [-min n] [-max n] [-check | -kill | -restart | -exist | -fix] proc ...
Fixes a process named "proc" by performing the specified action. The actions can be check, kill, restart, exist, or fix. The action is specified on the command line or is read from a default database, which describes the default action to take for each process. The database format and the meaning of each action are described below.
V5.9.1 16 Nov 2006 fixproc(1)
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-03 09:50 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)