Below are some example commands. Additional details are available using
the --help option.
PPM spawns and monitors services, each of which can be in one of the following states:
Created Temporary state; the daemon has not yet handled the newly created service.
Running The service is live and executing.
Finished
The service has terminated normally with exit code 0, or received a SIGTERM.
Stopped
The service is paused after receiving a SIGSTP.
Crashed
The service terminated with a non-zero exit code, or received a signal other
than SIGTERM.
When a service enters the Crashed state, it is automatically restarted by
the daemon using an exponential backoff strategy: interval * (2^(nb_restart - 1))