You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
285 B
INI
11 lines
285 B
INI
[program:insure]
|
|
;directory=/var/www/insure
|
|
command=/var/www/insure/insure --config=/var/www/insure/conf/config.yaml
|
|
user=www
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=1
|
|
startretries=3
|
|
stderr_logfile=/var/www/insure/runtime/stderr.log
|
|
stdout_logfile=/var/www/insure/runtime/stdout.log
|