forked from rpms/kernel
		
	This is an automated commit generated from the kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 tag in https://gitlab.com/cki-project/kernel-ark.git
		
			
				
	
	
		
			14 lines
		
	
	
		
			294 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			294 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Configure CPU power related settings
 | 
						|
After=syslog.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=yes
 | 
						|
EnvironmentFile=/etc/sysconfig/cpupower
 | 
						|
ExecStart=/usr/bin/cpupower $CPUPOWER_START_OPTS
 | 
						|
ExecStop=/usr/bin/cpupower $CPUPOWER_STOP_OPTS
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |