dash/contrib/init
Pasta 9c914a1c14
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
2020-01-22 09:11:34 -06:00
..
dashd.conf Merge #10680: Fix inconsistencies and grammar in various files 2020-01-10 10:33:53 -06:00
dashd.init Merge #945: More dash->dashcore 2016-08-19 05:46:30 -06:00
dashd.openrc Merge #10680: Fix inconsistencies and grammar in various files 2020-01-10 10:33:53 -06:00
dashd.openrcconf Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default 2018-01-26 12:59:29 +01:00
dashd.service Merge #10529: Improve bitcoind systemd service file 2020-01-22 09:11:34 -06:00
org.dash.dashd.plist more bitcoin->dash 2016-03-04 12:09:03 +03:00
README.md Merge #10036: Fix init README format to render correctly on github 2019-05-23 09:32:05 -05:00

Sample configuration files for:

SystemD: dashd.service
Upstart: dashd.conf
OpenRC:  dashd.openrc
         dashd.openrcconf
CentOS:  dashd.init
OS X:    org.dash.dashd.plist

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

See doc/init.md for more information.