preperation for next release and cleanup

Former-commit-id: dc829ea7671584d4aaf982cadba329998a824593
This commit is contained in:
brindosch
2016-04-26 12:27:59 +02:00
parent bb9b02cf05
commit fc59df9976
41 changed files with 438 additions and 623 deletions

View File

@@ -13,7 +13,7 @@
### END INIT INFO
DAEMON=hyperiond
DAEMONOPTS="/etc/hyperion.config.json"
DAEMONOPTS="/opt/hyperion/config/hyperion.config.json"
DAEMON_PATH="/usr/bin"
NAME=$DAEMON

View File

@@ -8,4 +8,4 @@ stop on (runlevel [!2345])
respawn
exec /usr/bin/hyperiond /etc/hyperion.config.json
exec /usr/bin/hyperiond /opt/hyperion/config/hyperion.config.json

View File

@@ -6,7 +6,7 @@ Type=simple
User=root
Group=root
UMask=007
ExecStart=/opt/hyperion/bin/hyperiond /etc/hyperion.config.json
ExecStart=/opt/hyperion/bin/hyperiond /opt/hyperion/config/hyperion.config.json
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
TimeoutStopSec=10