mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
ff2a1038a0
This reverts commit 9280078cf0
[formerly 0261bc7735663dba45681a5c0e4026b4c1fddeba].
Former-commit-id: e2850cd34a48bcccaa887a33ff7bf06e0a25c904
11 lines
198 B
Bash
11 lines
198 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.config.json |