mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
use make targets for dev supervisor commands
This commit is contained in:
@@ -4,7 +4,7 @@ minfds = 4096
|
|||||||
nodaemon=true
|
nodaemon=true
|
||||||
|
|
||||||
[program:awx-dispatcher]
|
[program:awx-dispatcher]
|
||||||
command = awx-manage run_dispatcher
|
command = make dispatcher
|
||||||
autostart = true
|
autostart = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
@@ -12,7 +12,7 @@ stdout_logfile=/dev/fd/1
|
|||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
||||||
[program:awx-receiver]
|
[program:awx-receiver]
|
||||||
command = python manage.py run_callback_receiver
|
command = make receiver
|
||||||
autostart = true
|
autostart = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
@@ -20,7 +20,7 @@ stdout_logfile=/dev/fd/1
|
|||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
||||||
[program:awx-runworker]
|
[program:awx-runworker]
|
||||||
command = python manage.py runworker
|
command = make runworker
|
||||||
autostart = true
|
autostart = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
@@ -40,7 +40,7 @@ stdout_logfile=/dev/fd/1
|
|||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
||||||
[program:awx-daphne]
|
[program:awx-daphne]
|
||||||
command = daphne -b 0.0.0.0 -p 8051 awx.asgi:channel_layer
|
command = make daphne
|
||||||
autostart = true
|
autostart = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
@@ -48,7 +48,7 @@ stdout_logfile=/dev/fd/1
|
|||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
||||||
[program:awx-nginx]
|
[program:awx-nginx]
|
||||||
command = nginx -g "daemon off;"
|
command = make nginx
|
||||||
autostart = true
|
autostart = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
|
|||||||
Reference in New Issue
Block a user