mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 09:54:38 +00:00
13 lines
204 B
Desktop File
13 lines
204 B
Desktop File
[Unit]
|
|
Description=Iroh relay
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/iroh-relay --config-path /etc/iroh-relay.toml
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
User=iroh
|
|
Group=iroh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|