mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-24 08:26:46 +00:00
13bb140618
Signed-off-by: Nigel Gott <nigel@baserow.io>
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
[program:postgresql]
|
|
user=postgres
|
|
command=/baserow/supervisor/wrapper.sh PURPLE POSTGRES /usr/lib/postgresql/%(ENV_POSTGRES_VERSION)s/bin/postgres -c config_file=%(ENV_POSTGRES_LOCATION)s/postgresql.conf %(ENV_EXTRA_POSTGRES_ARGS)s
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stdout
|
|
stderr_logfile_maxbytes=0
|
|
autostart=true
|
|
priority=0
|
|
startretries=3
|
|
startsecs=30
|
|
stopwaitsecs=20
|