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

[Service]
Type=simple
Environment="SYSTEMDCHILD=1"
ExecStart=/bin/bash -c 'skywire -p --loglvl debug | tee -a /opt/skywire/local/custom/skywire.log'
Restart=always
RestartSec=20
TimeoutSec=30

[Install]
WantedBy=multi-user.target