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

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

[Install]
WantedBy=multi-user.target