mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
11 lines
244 B
Plaintext
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
|