aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-03-04 14:08:54 -0500
committerWladimir J. van der Laan <laanwj@gmail.com>2019-03-05 12:52:19 +0100
commit71ac4ebe489327f32fca820fe422035b4bbe7853 (patch)
tree450d10d66bc13c51b09181ad30e898e1e11956af
parent6a178e52618dff0405d2a239c9f3cc0c4582fb50 (diff)
downloadbitcoin-71ac4ebe489327f32fca820fe422035b4bbe7853.tar.xz
doc: Remove pr release notes file in wrong dir
Github-Pull: #15527 Rebased-From: fad76e7a49dc66b7b50902ee14a73808780d11bb Tree-SHA512: 15b8af83029b095fbe9f7163e2b82247f590831165596b67ed9acae8c11715593c57702731cfe3320e3fa645137fd90314598d1bf91e81cea01889ecc6d05d3a
-rw-r--r--doc/release-notes/release-notes-pr12255.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/release-notes/release-notes-pr12255.md b/doc/release-notes/release-notes-pr12255.md
deleted file mode 100644
index 5ac8b44283..0000000000
--- a/doc/release-notes/release-notes-pr12255.md
+++ /dev/null
@@ -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`.