diff options
author | Matthew Jones <mat@matburt.net> | 2015-09-11 20:39:01 +0200 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-09-11 20:43:28 +0200 |
commit | 8785af996db4fe85f4f22ee975c9e289d0576947 (patch) | |
tree | 32df5f097bf180a7e3c6598d782ca3f6f025cbfd /config | |
parent | Allow customizing npm path (diff) | |
download | awx-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.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 |