Codespace updated

Debian pre/post scripts modified for HyperBian
This commit is contained in:
Paulchen Panther
2020-11-24 21:28:02 +00:00
committed by GitHub
parent 0cbb276631
commit a42aae44d1
5 changed files with 26 additions and 32 deletions

View File

@@ -1,16 +0,0 @@
[Unit]
Description=Hyperion ambient light systemd service for OpenELEC/LibreELEC/RasPlex
After=graphical.target
After=network.target
[Service]
WorkingDirectory=/storage/hyperion/bin/
Environment=LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
ExecStart=./hyperiond /storage/.config/hyperion/hyperion.config.json
TimeoutStopSec=5
KillMode=mixed
Restart=on-failure
RestartSec=2
[Install]
WantedBy=default.target