canmove, Confirmed users
1,394
edits
|  (Created page with "This module manages supervisord and its supervised processes.  = supervisord::supervise =  Use this define to have supervisord monitor a process. It takes the following parameter...") | No edit summary | ||
| Line 9: | Line 9: | ||
| ;autostart: should this process be started when supervisord starts? defaults to true | ;autostart: should this process be started when supervisord starts? defaults to true | ||
| ;autorestart: should the process be restarted if it exits? defaults to true | ;autorestart: should the process be restarted if it exits? defaults to true | ||
| ;environment: a list of 'VAR=value' strings to be put into the process's environment | |||
| ;extra_config: a string that is included in the supervisord [program:x] section | |||
| == Example == | == Example == | ||