2016-03-08 18:20:09 +01:00
|
|
|
[Unit]
|
2016-06-30 17:30:25 +02:00
|
|
|
Description=Hyperion ambient light systemd service
|
2016-10-13 21:59:10 +02:00
|
|
|
After=network.target
|
2016-03-08 18:20:09 +01:00
|
|
|
|
|
|
|
[Service]
|
2016-06-10 18:28:26 +02:00
|
|
|
ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
|
2016-12-23 19:41:50 +01:00
|
|
|
WorkingDirectory=/usr/share/hyperion/bin
|
2016-10-13 21:59:10 +02:00
|
|
|
TimeoutStopSec=5
|
|
|
|
KillMode=mixed
|
2016-06-30 17:30:25 +02:00
|
|
|
Restart=always
|
|
|
|
RestartSec=2
|
2016-10-13 21:59:10 +02:00
|
|
|
|
2016-03-08 18:20:09 +01:00
|
|
|
[Install]
|
2016-04-02 15:05:46 +02:00
|
|
|
WantedBy=multi-user.target
|