[Unit] Description=Lyra dream cycle — unattended consolidation + reflection loop Documentation=https://github.com/serversdown/project-lyra [Service] Type=simple WorkingDirectory=/home/serversdown/project-lyra # Clear any stray VIRTUAL_ENV so uv resolves the project's own .venv. UnsetEnvironment=VIRTUAL_ENV ExecStart=/home/serversdown/.local/bin/uv run lyra-dream --loop 1800 Restart=on-failure RestartSec=30 [Install] WantedBy=default.target