mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added XBian install
Former-commit-id: 5e00e5ff99c57a31a1861cb2ebe6e03da2bc6e2f
This commit is contained in:
16
deploy/hyperion.xbian.conf
Normal file
16
deploy/hyperion.xbian.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
## Hyperion daemon
|
||||
|
||||
description "hyperion"
|
||||
author "poljvd & tvdzwan"
|
||||
|
||||
start on (runlevel [2345])
|
||||
stop on (runlevel [!2345])
|
||||
|
||||
respawn
|
||||
|
||||
pre-start script
|
||||
modprobe spi-bcm2708
|
||||
end script
|
||||
|
||||
exec /usr/bin/hyperiond /etc/hyperion.config.json
|
||||
|
Reference in New Issue
Block a user