mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
41671ad82c
* update
* update
* testit
* Revert "testit"
This reverts commit b1cc645161
.
* update schema
* update
* add adjustment to serverinfo
* remove Adjustbool
* remove v4l2only
* fix json check for create effect
* update deb
* update
* update remote adjust
* update
* add eff schemas
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
[Unit]
|
|
Description=Hyperion ambient light systemd service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
|
|
WorkingDirectory=/usr/share/hyperion/bin
|
|
TimeoutStopSec=5
|
|
KillMode=mixed
|
|
Restart=always
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|