Merged branch master into master

This commit is contained in:
brindosch
2016-07-06 21:58:19 +02:00
62 changed files with 2211 additions and 1459 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Hyperion ambient light systemd service for OpenELEC/LibreELEC/RasPlex
After=graphical.target
[Service]
ExecStart=/bin/sh -c "exec sh /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion/hyperion.config.json"
TimeoutStopSec=2
Restart=always
RestartSec=2
[Install]
WantedBy=default.target

View File

@@ -1,15 +1,15 @@
[Unit]
Description=Hyperion Systemd service
Description=Hyperion ambient light systemd service
[Service]
Type=simple
User=root
Group=root
UMask=007
User=hyperion
Group=hyperion
ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
TimeoutStopSec=10
TimeoutStopSec=2
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target