mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-30 17:47:55 +00:00 
			
		
		
		
	Update system.py
143 is the standard following SIGTERM
This commit is contained in:
		 Florent Daigniere
					Florent Daigniere
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							81b458efe2
						
					
				
				
					commit
					e75834f746
				
			| @@ -73,7 +73,7 @@ def _is_compatible_with_hardened_malloc(): | |||||||
|  |  | ||||||
| def sigterm_handler(_signo, _stack_frame): | def sigterm_handler(_signo, _stack_frame): | ||||||
|     log.error("Received SIGTERM, terminating.") |     log.error("Received SIGTERM, terminating.") | ||||||
|     sys.exit(0) |     sys.exit(143) | ||||||
|  |  | ||||||
| def set_env(required_secrets=[], log_filters=[]): | def set_env(required_secrets=[], log_filters=[]): | ||||||
|     if log_filters: |     if log_filters: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user