mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
13 lines
316 B
Bash
13 lines
316 B
Bash
|
[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
|