diff --git a/bin/hyperion.conf b/bin/hyperion.conf new file mode 100644 index 00000000..773a3c94 --- /dev/null +++ b/bin/hyperion.conf @@ -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 +