diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-01-08 17:53:10 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-01-08 17:55:34 +0200 |
commit | 9d026546778629472574b26fa73338efc63d02da (patch) | |
tree | d4a2320a85d225343a0411a83f2ffb85e1a33f97 /contrib | |
parent | 601778c3107adbd8d96eb0bb5c16a9d0a4b81594 (diff) |
doc: Fix systemd spelling and link to doc/init.md
See https://www.freedesktop.org/wiki/Software/systemd/
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/init/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/init/README.md b/contrib/init/README.md index 306a37f75a..affc7c2e75 100644 --- a/contrib/init/README.md +++ b/contrib/init/README.md @@ -1,6 +1,6 @@ Sample configuration files for: ``` -SystemD: bitcoind.service +systemd: bitcoind.service Upstart: bitcoind.conf OpenRC: bitcoind.openrc bitcoind.openrcconf @@ -9,4 +9,4 @@ macOS: org.bitcoin.bitcoind.plist ``` have been made available to assist packagers in creating node packages here. -See doc/init.md for more information. +See [doc/init.md](../../doc/init.md) for more information. |