mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-11-04 11:07:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Test for CPUAffinity (merge)
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/bin/sh -c 'test $$(cat /proc/self/status | grep Cpus_allowed: | rev | cut -c 1) = 7'
 | 
						|
CPUAffinity=0,1
 | 
						|
CPUAffinity=1-2
 |