summarylogtreecommitdiffstats
path: root/skywire.install
diff options
context:
space:
mode:
authorMoses Narrow2023-01-23 10:17:21 -0600
committerMoses Narrow2023-01-23 10:17:21 -0600
commitfda93466366660263f1dd98f30937513549b0a0c (patch)
treeb8d07e45b3caf33448e5573c6a92598b3a074ab2 /skywire.install
parent68f6ff3ba812d70c9729949f38222b52b17895f4 (diff)
downloadaur-fda93466366660263f1dd98f30937513549b0a0c.tar.gz
update with release candidate
Diffstat (limited to 'skywire.install')
-rw-r--r--skywire.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/skywire.install b/skywire.install
index c2292704e164..72b4dab60d06 100644
--- a/skywire.install
+++ b/skywire.install
@@ -1,10 +1,10 @@
#pre-install() {
#kill any instance that was running
#systemctl disable --now skywire.service
-#systemctl disable --now skywire-visor.service
#}
post_install() {
+#/opt/skywire/bin/skywire-cli config auto
/opt/skywire/scripts/skywire-autoconfig
}
@@ -18,7 +18,6 @@ post_install
pre-remove() {
systemctl disable --now skywire.service
-systemctl disable --now skywire-visor.service
}
post_remove() {