mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
doc: Remove pr release notes file in wrong dir
This commit is contained in:
parent
b4fc5257b7
commit
fad76e7a49
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
systemd init file
|
||||
=========
|
||||
|
||||
The systemd init file (`contrib/init/bitcoind.service`) has been changed to use
|
||||
`/var/lib/bitcoind` as the data directory instead of `~bitcoin/.bitcoin`. This
|
||||
change makes Bitcoin Core more consistent with other services, and makes the
|
||||
systemd init config more consistent with existing Upstart and OpenRC configs.
|
||||
|
||||
The configuration, PID, and data directories are now completely managed by
|
||||
systemd, which will take care of their creation, permissions, etc. See
|
||||
[`systemd.exec (5)`](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectory=)
|
||||
for more details.
|
||||
|
||||
When using the provided init files under `contrib/init`, overriding the
|
||||
`datadir` option in `/etc/bitcoin/bitcoin.conf` will have no effect. This is
|
||||
because the command line arguments specified in the init files take precedence
|
||||
over the options specified in `/etc/bitcoin/bitcoin.conf`.
|
Loading…
Add table
Reference in a new issue