summarylogtreecommitdiffstats
path: root/skywire-tpd.service
blob: 4b22deed8307bec421d932e97bcc362a9163580c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Skywire transport-discovery service
Wants=network-online.target redis.service postgresql.service

[Service]
Environment="GODEBUG=madvdontneed=1"
Type=simple
ExecStart=/usr/bin/skywire svc tpd --keyfile /etc/skywire-tpd.key
Restart=always
RestartSec=20
TimeoutSec=30

[Install]
WantedBy=multi-user.target