mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	* update
* update
* testit
* Revert "testit"
This reverts commit b1cc645161.
* update schema
* update
* add adjustment to serverinfo
* remove Adjustbool
* remove v4l2only
* fix json check for create effect
* update deb
* update
* update remote adjust
* update
* add eff schemas
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			208 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			208 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
## Hyperion daemon initctl script
 | 
						|
 | 
						|
description "hyperion"
 | 
						|
author "poljvd & tvdzwan"
 | 
						|
 | 
						|
start on (runlevel [2345])
 | 
						|
stop on (runlevel [!2345])
 | 
						|
 | 
						|
respawn
 | 
						|
 | 
						|
exec /usr/bin/hyperiond /etc/hyperion/hyperion.config.json
 |