mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-24 00:19:34 +00:00
13bb140618
Signed-off-by: Nigel Gott <nigel@baserow.io>
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
[supervisord]
|
|
# The supervisord process needs to remain as root so it can change user to the
|
|
# individual process users below.
|
|
user = root
|
|
nodaemon = true
|
|
logfile=/dev/stdout
|
|
logfile_maxbytes=0
|
|
environment =
|
|
|
|
[include]
|
|
files = /baserow/supervisor/includes/enabled/*.conf
|