mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
89073316c9
# Conflicts: # build.gradle # desktop/package/linux/Dockerfile # desktop/package/linux/package.sh # desktop/package/linux/release.sh # desktop/package/macosx/create_app.sh # desktop/package/macosx/finalize.sh # desktop/package/macosx/insert_snapshot_version.sh # desktop/package/windows/package.bat # desktop/package/windows/release.bat # relay/src/main/resources/version.txt |
||
---|---|---|
.. | ||
docker | ||
src | ||
.dockerignore | ||
bisq-seednode.service | ||
create_jar.sh | ||
docker-compose.yml | ||
README.md |
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