bisq/seednode
Christoph Atteneder 457da44b0c
Bump version number
2019-09-13 19:20:26 +02:00
..
docker Remove myAddress from docs and scripts as it is not used/needed anymore 2019-03-08 10:58:53 -05:00
src Bump version number 2019-09-13 19:20:26 +02:00
.dockerignore Merge seednode repository at eedf81c 2018-09-14 11:51:34 +02:00
bisq-seednode.service Added systemd.service for seednode operation 2019-07-05 09:19:42 +02:00
create_jar.sh Merge seednode repository at eedf81c 2018-09-14 11:51:34 +02:00
docker-compose.yml Merge seednode repository at eedf81c 2018-09-14 11:51:34 +02:00
README.md Added systemd.service for seednode operation 2019-07-05 09:19:42 +02:00

Bisq Seed Node

The distribution ships with a systemd .desktop file. Validate/change the executable/config paths within the shipped bisq-seednode.service file and copy/move the file to your systemd directory (something along /usr/lib/systemd/system/). Now you can control your Seed Node via the usual systemd start/stop commands

systemctl start bisq-seednode.service
systemctl stop bisq-seednode.service

and

systemctl enable bisq-seednode.service
systemctl disable bisq-seednode.service

Follow the logs created by the service by inspecting

journalctl --unit bisq-seednode --follow