14 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| 
								 | 
							
								[Unit]
							 | 
						||
| 
								 | 
							
								Description=Modern CPU frequency and power management utility for Linux 
							 | 
						||
| 
								 | 
							
								Conflicts=auto-cpufreq.service power-profiles-daemon.service tlp.service cpupower-gui.service thermald.service
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Service]
							 | 
						||
| 
								 | 
							
								ExecStart=/usr/bin/watt daemon --verbose
							 | 
						||
| 
								 | 
							
								Restart=on-failure
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								RuntimeDirectory=watt
							 | 
						||
| 
								 | 
							
								RuntimeDirectoryMode=0755
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Install]
							 | 
						||
| 
								 | 
							
								WantedBy=multi-user.target
							 |