From 8785af996db4fe85f4f22ee975c9e289d0576947 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 11 Sep 2015 14:39:01 -0400 Subject: 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 --- config/awx_supervisor.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config/awx_supervisor.conf (limited to 'config') 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 -- cgit v1.2.3