[bisq-network/bisq] Add pricenode one-command installer script, systemd service, README (#3997)

Chris Beams notifications at github.com
Fri Feb 21 14:24:06 UTC 2020


cbeams requested changes on this pull request.

Nit, see comments.

> +sudo -H -i -u "${ROOT_USER}" systemctl daemon-reload
+
+echo "[*] Enabling bisq-pricenode service"
+sudo -H -i -u "${ROOT_USER}" systemctl enable bisq-pricenode.service
+
+echo "[*] Starting bisq-pricenode service"
+sudo -H -i -u "${ROOT_USER}" systemctl start bisq-pricenode.service
+sleep 5
+sudo -H -i -u "${ROOT_USER}" journalctl --no-pager --unit bisq-pricenode
+
+echo "[*] Restarting Tor"
+sudo -H -i -u "${ROOT_USER}" service tor restart
+sleep 5
+
+echo '[*] Done!'
+echo -n '[*] Access your explorer at http://'

Should be "Access your pricenode".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3997#pullrequestreview-362662653
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200221/5ac23dde/attachment.html>


More information about the bisq-github mailing list