Skip to content

Commit 453d2c1

Browse files
committed
Update primary and service readme files
1 parent 35cc9fc commit 453d2c1

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The Bitcoin node metrics exporter for Prometheus based on Rust Bitcoin Community
44

55
## Install & Configure
66

7+
These instructions are for installing and running from the shell. To install as a SystemD service, follow [these instructions](./linux/SystemD-service.md).
8+
79
### Install
810

911
`cargo install btcnode-metrics`

linux/SystemD-service.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Follow these steps to initialize the host before the first time running the serv
2323

2424
`sudo cp ./linux/etc/systemd/system/btcnode-metrics.service /etc/systemd/system/`
2525

26+
- Set the service to start on boot
27+
28+
`sudo systemctl enable btcnode-metrics`
29+
2630
## Updating
2731

2832
Follow these instructions for updating the btcnode-metrics application or its config file.

0 commit comments

Comments
 (0)