mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
|
; Supervisor config file.
|
||
|
|
||
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
logfile=/var/log/supervisor/supervisord.log
|
||
|
logfile_maxbytes=50MB
|
||
|
logfile_backups=10
|
||
|
loglevel=info
|
||
|
pidfile=/var/run/supervisord.pid
|
||
|
childlogdir=/var/log
|
||
|
|
||
|
[include]
|
||
|
files = /etc/supervisor/supervisor.d/*.conf
|