18 lines
311 B
Desktop File
18 lines
311 B
Desktop File
[Unit]
|
|
Description=Hermes Agent
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
EnvironmentFile=/root/.hermes/.env
|
|
ExecStart=/usr/local/bin/hermes gateway
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|