dogecoin/contrib/init
Wladimir J. van der Laan 331352f99f
Merge #10529: Improve bitcoind systemd service file
16be7dd Improve bitcoind systemd service file (Florian Schmaus)

Pull request description:

  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).

Tree-SHA512: f76674c11fd6e3faaf786aa05686926523d9c875aad6b776337f800108fdb716470286805c532b494f8cf713cb5eea6b735e1c7c238ffb407a5cc909dda41aa4
2017-11-09 13:17:05 +01:00
..
bitcoind.conf Fix inconsistencies and grammar in various files 2017-06-27 19:59:07 +12:00
bitcoind.init startup script for centos, with documentation. 2015-03-03 11:23:54 -05:00
bitcoind.openrc Fix inconsistencies and grammar in various files 2017-06-27 19:59:07 +12: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 Fix launchctl not being able to stop bitcoind 2017-09-29 10:54:10 +02: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.