mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	* add JsonUtils * update * repair * update * ident * Schema correct msg other adjusts * fix effDel, ExceptionLog, cleanup * fix travis qt5.2 * not so funny * use Qthread interrupt instead abort bool * update services
		
			
				
	
	
		
			15 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [Unit]
 | |
| Description=Hyperion ambient light systemd service
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/usr/bin/hyperiond
 | |
| WorkingDirectory=/usr/share/hyperion/bin
 | |
| TimeoutStopSec=5
 | |
| KillMode=mixed
 | |
| Restart=always
 | |
| RestartSec=2
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |