Commands
qprobe restart
Restart a managed process with its original configuration.
qprobe restart
Restart a process using the same configuration it was started with.
qprobe restart <name>Examples
qprobe restart serverBehavior
- Reads the original start config from
tmp/qprobe/state/<name>.json - Stops the process (SIGTERM)
- Starts it again with the same command, flags, and environment