mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Added configuration file for initctl to start hyperion deamon as service
This commit is contained in:
		
							
								
								
									
										16
									
								
								bin/hyperion.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								bin/hyperion.conf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| ## Hyperion daemon | ||||
|  | ||||
| description "hyperion" | ||||
| author "poljvd & tvdzwan" | ||||
|  | ||||
| start on (started xbmc) | ||||
| stop on (runlevel [!2345]) | ||||
|  | ||||
| respawn | ||||
|  | ||||
| pre-start script | ||||
| modprobe spidev  | ||||
| end script | ||||
|  | ||||
| exec /usr/bin/hyperiond /etc/hyperion.config.json /home/pi/hyperiond.out | ||||
|  | ||||
		Reference in New Issue
	
	Block a user