Files
hermes-recovery/systemd/hermes-assistant.service
T

15 lines
295 B
Desktop File

[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