Files
vito/app/SSH/Services/ProcessManager/scripts/supervisor/worker.conf
Saeed Vaziry 4d051330d6 Merge (#127)
2024-03-24 09:56:34 +01:00

11 lines
244 B
Plaintext

[program:__name__]
process_name=%(program_name)s_%(process_num)02d
command=__command__
autostart=__auto_start__
autorestart=__auto_restart__
user=__user__
numprocs=__numprocs__
redirect_stderr=true
stdout_logfile=__log_file__
stopwaitsecs=3600