dogecoin/contrib/init
Florian Schmaus 16be7ddbaa Improve bitcoind systemd service file
Add comment how further options can be added or existing ones
modified. Use /run/${RuntimeDirectory} for PID file.

Remove TimeoutStopSec, TimeoutStartSec, StartLimitInterval,
StartLimitBurst directives as those should be set indivdually.

Remove Group to user the bitcoin user's default group.

Changed Restart from 'always' to 'on-failure' (can also be overwritten
individually).
2017-06-05 12:10:08 +02:00
..
bitcoind.conf Add init scripts and docs for Upstart and OpenRC 2014-09-09 16:58:06 -04:00
bitcoind.init startup script for centos, with documentation. 2015-03-03 11:23:54 -05:00
bitcoind.openrc Add BITCOIND_SIGTERM_TIMEOUT to OpenRC init scripts 2015-07-08 22:53:22 +02:00
bitcoind.openrcconf Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default 2017-06-01 15:05:18 +02:00
bitcoind.service Improve bitcoind systemd service file 2017-06-05 12:10:08 +02:00
org.bitcoin.bitcoind.plist added org.bitcoin.bitcoind.plist for launchd (OS X) 2015-09-02 09:48:40 -07:00
README.md Fix init README format to render correctly on github 2017-03-19 09:09:25 -04:00

Sample configuration files for:

SystemD: bitcoind.service
Upstart: bitcoind.conf
OpenRC:  bitcoind.openrc
         bitcoind.openrcconf
CentOS:  bitcoind.init
OS X:    org.bitcoin.bitcoind.plist

have been made available to assist packagers in creating node packages here.

See doc/init.md for more information.