From c43b99359a860443b7ffd83160c6199c4c9655a9 Mon Sep 17 00:00:00 2001 From: "T. van der Zwan" Date: Thu, 22 Aug 2013 20:06:40 +0000 Subject: [PATCH] Added configuration file for initctl to start hyperion deamon as service --- bin/hyperion.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bin/hyperion.conf 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 +