From fe9079fe3c3d68aa05b2a68f0996cad858a33c4f Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 14 Oct 2013 21:06:50 +0200 Subject: [PATCH] added gpio2spi to launch configuration script Former-commit-id: ab99d21d851a38836ea2e9f69c30eab19b4620d9 --- deploy/hyperion.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/hyperion.conf b/deploy/hyperion.conf index a132e1c0..c25f91f2 100644 --- a/deploy/hyperion.conf +++ b/deploy/hyperion.conf @@ -3,13 +3,14 @@ description "hyperion" author "poljvd & tvdzwan" -start on (started xbmc) +start on (runlevel [2345]) stop on (runlevel [!2345]) respawn pre-start script modprobe spidev +/usr/bin/gpio2spi end script exec /usr/bin/hyperiond /etc/hyperion.config.json