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

wiz notifications at github.com
Sat Feb 22 11:18:16 UTC 2020


wiz commented on this pull request.



> @@ -0,0 +1,22 @@
+[Unit]
+Description=Bisq Price Node
+After=network.target
+
+[Service]
+Environment="BITCOIN_AVG_PUBKEY=__BITCOIN_AVG_PUBKEY__"
+Environment="BITCOIN_AVG_PRIVKEY=__BITCOIN_AVG_PRIVKEY__"
+ExecStart=/usr/bin/java -jar /bisq/bisq/lib/pricenode-0.7.2-SNAPSHOT.jar 2 2
+ExecStop=/bin/kill -TERM ${MAINPID}
+Restart=on-failure
+

```suggestion
Environment="JAVA_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.local.only=true -Dcom.sun.management.jmxremote.port=6969 -Dcom.sun.management.jmxremote.rmi.port=6969 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
```

-- 
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-363023937
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200222/87fab749/attachment.html>


More information about the bisq-github mailing list