mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fe9079fe3c
Former-commit-id: ab99d21d851a38836ea2e9f69c30eab19b4620d9
18 lines
249 B
Plaintext
18 lines
249 B
Plaintext
## Hyperion daemon
|
|
|
|
description "hyperion"
|
|
author "poljvd & tvdzwan"
|
|
|
|
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
|
|
|