dogecoin/contrib/init
Carl Dong b0c7b54d0c init: Use systemd automatic directory creation
Tell systemd to create, set, and ensure the right mode for the PID,
configuration, and data directories.

Only the exec bit is set for groups for the aforementioned directories.
This is the least privilege perm that allows for the
reading/writing/execing of files under the directory _if_ the files
themselves give permission to its group to do so (e.g. when -sysperms is
specified). Note that this does not allow for the listing of files under
the directory.
2019-01-05 13:21:44 +08:00
..
bitcoind.conf Fix inconsistencies and grammar in various files 2017-06-27 19:59:07 +12:00
bitcoind.init Obsolete #!/bin/bash shebang 2018-06-20 11:12:41 +03:00
bitcoind.openrc Merge #11676: contrib/init: Update openrc-run filename 2017-11-13 17:01:46 -05: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 init: Use systemd automatic directory creation 2019-01-05 13:21:44 +08:00
org.bitcoin.bitcoind.plist Fix launchctl not being able to stop bitcoind 2017-09-29 10:54:10 +02:00
README.md align items in contrib init 2018-10-30 14:27:37 -04:00

Sample configuration files for:

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

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

See doc/init.md for more information.