%inherit file="base.html"/> % if controller:
| Command to run. | ${options['cmd']} |
| Arguments passed to the command. | ${options['args']} |
| Environment passed to the command. | ${options['env']} |
| Do we run the command in the shell ? | ${options['shell']} |
| uid (defaults to the one used for the circusd process) | ${options['uid']} |
| gid (defaults to the one used for the circusd process) | ${options['gid']} |
| Working directory. | ${options['working_dir']} |
| Singleton | ${options['singleton']} |
| Number of processes | % if not options['singleton'] or options['numprocesses'] != 1: + % endif ${options['numprocesses']} % if options['numprocesses'] > 0: - % endif |
| Maximum number of attempts to start a process. | ${options['max_retry']} |
| Warmup delay in seconds after a process is started. | ${options['warmup_delay']} |