Skip to content

Commit e9d3ef7

Browse files
committed
contrib/init: Update branding in init scripts
1 parent 8921b4b commit e9d3ef7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/init/bitcoind.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description "Bitcoin Core Daemon"
1+
description "Bitcoin Knots Daemon"
22

33
start on runlevel [2345]
44
stop on starting rc RUNLEVEL=[016]

contrib/init/bitcoind.init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# bitcoind The bitcoin core server.
3+
# bitcoind The Bitcoin Knots server.
44
#
55
#
66
# chkconfig: 345 80 20

contrib/init/bitcoind.openrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/bitcoind}
1818
BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}}
1919
BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}"
2020

21-
name="Bitcoin Core Daemon"
21+
name="Bitcoin Knots Daemon"
2222
description="Bitcoin cryptocurrency P2P network daemon"
2323

2424
command="/usr/bin/bitcoind"

0 commit comments

Comments
 (0)