contrib/init: Update branding in init scripts

This commit is contained in:
Luke Dashjr 2018-03-20 12:41:18 +00:00
parent 8921b4b7c3
commit e9d3ef7ae1
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
description "Bitcoin Core Daemon" description "Bitcoin Knots Daemon"
start on runlevel [2345] start on runlevel [2345]
stop on starting rc RUNLEVEL=[016] stop on starting rc RUNLEVEL=[016]

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# bitcoind The bitcoin core server. # bitcoind The Bitcoin Knots server.
# #
# #
# chkconfig: 345 80 20 # chkconfig: 345 80 20

View File

@ -18,7 +18,7 @@ BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/bitcoind}
BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}} BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}}
BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}" BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}"
name="Bitcoin Core Daemon" name="Bitcoin Knots Daemon"
description="Bitcoin cryptocurrency P2P network daemon" description="Bitcoin cryptocurrency P2P network daemon"
command="/usr/bin/bitcoind" command="/usr/bin/bitcoind"