mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
afb7efaa94
Former-commit-id: cf849922ce2b4ce89b97475e5ff246d6d929998a
12 lines
208 B
Bash
12 lines
208 B
Bash
## Hyperion daemon initctl script
|
|
|
|
description "hyperion"
|
|
author "poljvd & tvdzwan"
|
|
|
|
start on (runlevel [2345])
|
|
stop on (runlevel [!2345])
|
|
|
|
respawn
|
|
|
|
exec /usr/bin/hyperiond /etc/hyperion/hyperion.config.json
|