mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 01:02:54 +00:00 
			
		
		
		
	Revert "Make supervisor uncontrollable for now"
This reverts commit 9f8cc3764f.
			
			
This commit is contained in:
		@@ -4,6 +4,15 @@ logfile = /tmp/supervisord.log
 | 
				
			|||||||
loglevel = DEBUG
 | 
					loglevel = DEBUG
 | 
				
			||||||
pidfile = /tmp/supervisord.pid
 | 
					pidfile = /tmp/supervisord.pid
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[unix_http_server]
 | 
				
			||||||
 | 
					file=/tmp/supervisor.sock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[rpcinterface:supervisor]
 | 
				
			||||||
 | 
					supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[supervisorctl]
 | 
				
			||||||
 | 
					serverurl=unix:///tmp/supervisor.sock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[program:app]
 | 
					[program:app]
 | 
				
			||||||
directory=%(ENV_TFW_APP_DIR)s
 | 
					directory=%(ENV_TFW_APP_DIR)s
 | 
				
			||||||
command=env python app.py
 | 
					command=env python app.py
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user