mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
11 lines
718 B
Plaintext
11 lines
718 B
Plaintext
[program:process-fts-updates]
|
|
command=/usr/local/bin/process_fts_updates
|
|
priority=600 ; the relative start priority (default 999)
|
|
autostart=true ; start at supervisord start (default: true)
|
|
autorestart=true ; whether/when to restart (default: unexpected)
|
|
stopsignal=TERM ; signal used to kill process (default TERM)
|
|
stopwaitsecs=30 ; max num secs to wait b4 SIGKILL (default 10)
|
|
user=zulip ; setuid to this UNIX account to run the program
|
|
redirect_stderr=true ; redirect proc stderr to stdout (default false)
|
|
stdout_logfile=/var/log/zulip/fts-updates.log ; stdout log path, NONE for none; default AUTO
|