summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Grousset/tuxayo2017-04-30 16:36:27 +0200
committerVictor Grousset/tuxayo2017-04-30 16:36:27 +0200
commit29393525091abf2d32cd88ccc8274dca78c0e636 (patch)
tree5dff19d7b558561902e49e0fe0c06b9fecfbc95b
parent494f523a1b36a3b802b82df18a2a9486cf0bb0f5 (diff)
downloadaur-29393525091abf2d32cd88ccc8274dca78c0e636.tar.gz
Post install message: fix command to start bitcoind
-rw-r--r--bitcoin.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin.install b/bitcoin.install
index 09d71386cd54..f0e8f49510a9 100644
--- a/bitcoin.install
+++ b/bitcoin.install
@@ -137,7 +137,7 @@ read -d '' bitcoin <<'EOF'
## ##
## To start bitcoin-core: ##
## ##
-## # systemctl start bitcoin ##
+## # systemctl start bitcoind ##
## ##
## To communicate with bitcoin-core as a normal user: ##
## ##