17 lines
428 B
Desktop File
17 lines
428 B
Desktop File
[Unit]
|
|
Description=Hermes Allegro Wizard House
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/root/wizards/allegro/hermes-agent
|
|
Environment=HERMES_HOME=/root/wizards/allegro/home
|
|
EnvironmentFile=/root/wizards/allegro/home/.env
|
|
ExecStart=/root/wizards/allegro/hermes-agent/.venv/bin/hermes gateway run --replace
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|