mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
* Update seednode systemd service, move env vars to separate file * Update seednode README
22 lines
472 B
Markdown
22 lines
472 B
Markdown
# Bisq Seed Node
|
|
|
|
* Install bisq-seednode.service in /etc/systemd/system
|
|
* Install bisq-seednode in /etc/default
|
|
* Modify the executable paths and configuration as necessary
|
|
* Then you can do:
|
|
|
|
```
|
|
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
|
|
```
|