Cleanup and bugfixes

Former-commit-id: 8622ff7fb963eb7c52e816f1c779e9e9869ece53
This commit is contained in:
brindosch
2016-03-11 19:06:26 +01:00
parent d97d31fe3d
commit 385d5a896d
12 changed files with 32 additions and 163 deletions

2
bin/hyperion-remote.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/storage/hyperion/bin /storage/hyperion/bin/hyperion-remote "$@"

View File

@@ -8,10 +8,4 @@ stop on (runlevel [!2345])
respawn
pre-start script
#comment out the following 2 lines for x32/64
modprobe spidev
/usr/bin/gpio2spi
end script
exec /usr/bin/hyperiond /etc/hyperion.config.json

2
bin/hyperiond.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/storage/hyperion/bin /storage/hyperion/bin/hyperiond "$@"