summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMatthew Jones <mat@matburt.net>2015-09-11 20:39:01 +0200
committerMatthew Jones <mat@matburt.net>2015-09-11 20:43:28 +0200
commit8785af996db4fe85f4f22ee975c9e289d0576947 (patch)
tree32df5f097bf180a7e3c6598d782ca3f6f025cbfd /config
parentAllow customizing npm path (diff)
downloadawx-8785af996db4fe85f4f22ee975c9e289d0576947.tar.xz
awx-8785af996db4fe85f4f22ee975c9e289d0576947.zip
Purge an old supervisor config
Apparently awx_supervisor.conf was still hanging around in the debian install. We'll make sure we won't lay that file down and bump the supervisor migration to make sure the file is removed permanently
Diffstat (limited to 'config')
-rw-r--r--config/awx_supervisor.conf12
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