Name
pidfile — set the PID file path
Synopsis
pidfile = "/path/to/ecelerity.pid"
Description
Sets the path to the PID file. This is used by ec_ctl to determine whether Momentum is running.
The PID file can be used by other processes to determine if the instance is running; therefore, each instance must have its own PID file.
Scope
pidfile is valid in the global scope.
See Also
Was this page helpful?