Hi,
with Hyperion 2.0.11 I got the problem, that Hyperion NG was not autostart with the Raspi Boot, but I got it fixed with creating this part
Code
[Unit]
Description=Hyperion ambient light systemd service for user %i
Documentation=https://docs.hyperion-project.org
Requisite=network.target
Wants=network-online.target
After=network-online.target
After=systemd-resolved.service
[Service]
ExecStart=/usr/bin/hyperiond
WorkingDirectory=/usr/share/hyperion/bin
User=pi
TimeoutStopSec=5
KillMode=mixed
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target
Display More
This works perfect...
But sadly it's broken again after I updated to 2.0.12. I recreate the same file in the same folder as before (/lib/systemd/system/hyperion.service)...
If I type "systemctl status hyperion.service" I got this message: