bitcoin/contrib/init
Florian Schmaus 18d1071dd1
init: replace deprecated PermissionsStartOnly systemd directive
PermissionsStartOnly is deprecated [1]. This removes the directives
and instead we prefixes the value of the ExecStartPre directive with
'!', which means the executable, 'chgrp' in this case, is run with
full privileges and able to change the group of /etc/bitcoin.

1: 60b45a80c1/NEWS (L2434)
2025-08-01 14:41:07 +01:00
..
README.md doc: Fix systemd spelling and link to doc/init.md 2021-01-08 17:55:34 +02:00
bitcoind.conf Set init stop timeout to 10 min 2019-09-06 17:03:04 +02:00
bitcoind.init Set init stop timeout to 10 min 2019-09-06 17:03:04 +02:00
bitcoind.openrc contrib/init: (OpenRC) quote some unquoted variables. 2021-02-11 00:09:42 +01:00
bitcoind.openrcconf Set init stop timeout to 10 min 2019-09-06 17:03:04 +02:00
bitcoind.service init: replace deprecated PermissionsStartOnly systemd directive 2025-08-01 14:41:07 +01:00
org.bitcoin.bitcoind.plist Fix launchctl not being able to stop bitcoind 2017-09-29 10:54:10 +02:00

README.md

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.