summarylogtreecommitdiffstats
path: root/skywire.service
diff options
context:
space:
mode:
authorMoses Narrow2022-09-12 08:20:39 -0500
committerMoses Narrow2022-09-12 08:20:39 -0500
commitc23cdcd18f202ccb1e63637a7221d00d99afe6cb (patch)
tree4aa7b7b73e10eab6acb143277ec86d0bf71814ea /skywire.service
parent0920e0bb204b0347c06aa2de9ae1d709584d6f15 (diff)
downloadaur-c23cdcd18f202ccb1e63637a7221d00d99afe6cb.tar.gz
update to version 1.2.0
Diffstat (limited to 'skywire.service')
-rw-r--r--skywire.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/skywire.service b/skywire.service
new file mode 100644
index 000000000000..6f2e82cfa912
--- /dev/null
+++ b/skywire.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=Skywire
+Before=skywire-visor.service
+Conflicts=skywire-visor.service
+Wants=network-online.target
+
+[Service]
+Type=simple
+User=root
+Group=root
+Environment="SYSTEMDCHILD=1"
+ExecStart=/usr/bin/skywire -p $AUTOPEERHV
+Restart=always
+RestartSec=20
+TimeoutSec=30
+
+[Install]
+WantedBy=multi-user.target