mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Clarify SIGHUP log message (#2661)
This commit is contained in:
		
							parent
							
								
									e73b2a9fb9
								
							
						
					
					
						commit
						3f72ee9de8
					
				@ -822,7 +822,7 @@ func (h *Headscale) Serve() error {
 | 
			
		||||
			case syscall.SIGHUP:
 | 
			
		||||
				log.Info().
 | 
			
		||||
					Str("signal", sig.String()).
 | 
			
		||||
					Msg("Received SIGHUP, reloading ACL and Config")
 | 
			
		||||
					Msg("Received SIGHUP, reloading ACL policy")
 | 
			
		||||
 | 
			
		||||
				if h.cfg.Policy.IsEmpty() {
 | 
			
		||||
					continue
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user