mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
contrib/init: Update branding in init scripts
This commit is contained in:
parent
8921b4b7c3
commit
e9d3ef7ae1
@ -1,4 +1,4 @@
|
||||
description "Bitcoin Core Daemon"
|
||||
description "Bitcoin Knots Daemon"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on starting rc RUNLEVEL=[016]
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# bitcoind The bitcoin core server.
|
||||
# bitcoind The Bitcoin Knots server.
|
||||
#
|
||||
#
|
||||
# chkconfig: 345 80 20
|
||||
|
@ -18,7 +18,7 @@ BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/bitcoind}
|
||||
BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}}
|
||||
BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}"
|
||||
|
||||
name="Bitcoin Core Daemon"
|
||||
name="Bitcoin Knots Daemon"
|
||||
description="Bitcoin cryptocurrency P2P network daemon"
|
||||
|
||||
command="/usr/bin/bitcoind"
|
||||
|
Loading…
Reference in New Issue
Block a user