QUESTPIE Probe
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 server

Behavior

  1. Reads the original start config from tmp/qprobe/state/<name>.json
  2. Stops the process (SIGTERM)
  3. Starts it again with the same command, flags, and environment

On this page