diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/awx_supervisor.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/awx_supervisor.conf b/config/awx_supervisor.conf deleted file mode 100644 index f81156f1d0..0000000000 --- a/config/awx_supervisor.conf +++ /dev/null @@ -1,12 +0,0 @@ -[program:awx-celeryd] -autorestart = true -logfile = /var/log/supervisor/awx-celeryd.log -stopwaitsecs = 600 -log_stdout = true -command = /usr/bin/awx-manage celeryd -B -l info --autoscale=20,2 -user = awx -autostart = true -directory = /var/lib/awx -log_stderr = true -logfile_maxbytes = 50MB -logfile_backups = 999 |