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
		
			
				
	
	
		
			12 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
## Hyperion daemon initctl script
 | 
						|
 | 
						|
description "hyperion"
 | 
						|
author "poljvd & tvdzwan"
 | 
						|
 | 
						|
start on (runlevel [2345])
 | 
						|
stop on (runlevel [!2345])
 | 
						|
 | 
						|
respawn
 | 
						|
 | 
						|
exec /usr/bin/hyperiond
 |