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