mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-11-04 09:23:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			173 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			173 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Test for IOSchedulingClass=none
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/bin/sh -x -c 'c=$$(LC_ALL=C ionice); test "$${c%%:*}" = "none"'
 | 
						|
Type=oneshot
 | 
						|
IOSchedulingClass=none
 |