diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:22:51 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:22:51 -0700 |
| commit | 5dc1b84ed324b677ecb13d71fd38bcece1b54383 (patch) | |
| tree | 085f913c1181febcf2dc42cd11e086fd89f74d4c /contrib/init/dogecoind.openrcconf | |
| parent | Merge pull request #2469 from patricklodder/1.14.4-fixate (diff) | |
| download | discoin-5dc1b84ed324b677ecb13d71fd38bcece1b54383.tar.xz discoin-5dc1b84ed324b677ecb13d71fd38bcece1b54383.zip | |
s/doge/dis/g
Diffstat (limited to 'contrib/init/dogecoind.openrcconf')
| -rw-r--r-- | contrib/init/dogecoind.openrcconf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/init/dogecoind.openrcconf b/contrib/init/dogecoind.openrcconf index 307c9e2e5..8c8178d63 100644 --- a/contrib/init/dogecoind.openrcconf +++ b/contrib/init/dogecoind.openrcconf @@ -1,31 +1,31 @@ -# /etc/conf.d/dogecoind: config file for /etc/init.d/dogecoind +# /etc/conf.d/discoind: config file for /etc/init.d/discoind # Config file location -#DOGECOIND_CONFIGFILE="/etc/dogecoin/dogecoin.conf" +#DOGECOIND_CONFIGFILE="/etc/discoin/discoin.conf" # What directory to write pidfile to? (created and owned by $DOGECOIND_USER) -#DOGECOIND_PIDDIR="/var/run/dogecoind" +#DOGECOIND_PIDDIR="/var/run/discoind" # What filename to give the pidfile -#DOGECOIND_PIDFILE="${DOGECOIND_PIDDIR}/dogecoind.pid" +#DOGECOIND_PIDFILE="${DOGECOIND_PIDDIR}/discoind.pid" -# Where to write dogecoind data (be mindful that the blockchain is large) -#DOGECOIND_DATADIR="/var/lib/dogecoind" +# Where to write discoind data (be mindful that the blockchain is large) +#DOGECOIND_DATADIR="/var/lib/discoind" -# User and group to own dogecoind process -#DOGECOIND_USER="dogecoin" -#DOGECOIND_GROUP="dogecoin" +# User and group to own discoind process +#DOGECOIND_USER="discoin" +#DOGECOIND_GROUP="discoin" -# Path to dogecoind executable -#DOGECOIND_BIN="/usr/bin/dogecoind" +# Path to discoind executable +#DOGECOIND_BIN="/usr/bin/discoind" -# Nice value to run dogecoind under +# Nice value to run discoind under #DOGECOIND_NICE=0 # Additional options (avoid -conf and -datadir, use flags above) DOGECOIND_OPTS="-disablewallet" -# The timeout in seconds OpenRC will wait for dogecoind to terminate +# The timeout in seconds OpenRC will wait for discoind to terminate # after a SIGTERM has been raised. # Note that this will be mapped as argument to start-stop-daemon's # '--retry' option, which means you can specify a retry schedule |