mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
2cf103aed5
Former-commit-id: 12245d8b5670dbdffd9945665fbe338e99799cc8
17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
## 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
|
|
|