mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	systemd: T7356: use short service names to avoid truncation
The issue ONLY appears on small terminals where systemd automatically truncates the lines to match the terminal width - so far so good. The BUG is, if truncation happens in the service name which is BOLD you're pretty much screwed, as truncation will not reset the color. We can set StatusUnitFormat=description in /etc/systemd/system.conf which will not print the service long description to avoid truncation making the boot a little less verbose. This actually restores the behavior of VyOS 1.3
This commit is contained in:
		
							parent
							
								
									65f3b103a5
								
							
						
					
					
						commit
						0dd3b4e329
					
				@ -53,3 +53,4 @@ ShowStatus=yes
 | 
				
			|||||||
#DefaultLimitNICE=
 | 
					#DefaultLimitNICE=
 | 
				
			||||||
#DefaultLimitRTPRIO=
 | 
					#DefaultLimitRTPRIO=
 | 
				
			||||||
#DefaultLimitRTTIME=
 | 
					#DefaultLimitRTTIME=
 | 
				
			||||||
 | 
					StatusUnitFormat=description
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user