[Unit] Description=Hermes Assistant PWA Backend After=network.target [Service] Type=simple User=root WorkingDirectory=/root/hermes-assistant ExecStart=/root/hermes-assistant/venv/bin/python3 /root/hermes-assistant/server.py Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target