Merge #21075: doc: Fix markdown formatting

e1604b3d50dca3291a432be59cfd03c0e846e7b2 doc: Replace tabs for spaces (Gunar C. Gessner)
98db48d3490e5863b4d89e03cebeece9bd1f91ae doc: Fix markdown formatting (Gunar Gessner)

Pull request description:

  Lines were being joined making it hard to read.

ACKs for top commit:
  RandyMcMillan:
    ACK e1604b3d50dca3291a432be59cfd03c0e846e7b2

Tree-SHA512: fd5a7c5e9a1cbbf0fbb13b5c30b87853c84751da7f0fad08151bda07f1933872ab51cad29a0c0a70ced48e60df6d83bff3f84c2f77d00d22723fae9a8c3534fc
This commit is contained in:
MarcoFalke 2021-02-09 07:56:37 +01:00 committed by Konstantin Akimov
parent 0a62b9f985
commit f254f77d75
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524
3 changed files with 70 additions and 70 deletions

View File

@ -53,11 +53,11 @@ Paths
All three configurations assume several paths that might need to be adjusted. All three configurations assume several paths that might need to be adjusted.
Binary: `/usr/bin/dashd` Binary: /usr/bin/dashd
Configuration file: `/etc/dashcore/dash.conf` Configuration file: /etc/dashcore/dash.conf
Data directory: `/var/lib/dashd` Data directory: /var/lib/dashd
PID file: `/var/run/dashd/dashd.pid` (OpenRC and Upstart) or `/run/dashd/dashd.pid` (systemd) PID file: /var/run/dashd/dashd.pid (OpenRC and Upstart) or /run/dashd/dashd.pid (systemd)
Lock file: `/var/lock/subsys/dashd` (CentOS) Lock file: /var/lock/subsys/dashd (CentOS)
The PID directory (if applicable) and data directory should both be owned by the The PID directory (if applicable) and data directory should both be owned by the
dashcore user and group. It is advised for security reasons to make the dashcore user and group. It is advised for security reasons to make the
@ -83,10 +83,10 @@ OpenRC).
### macOS ### macOS
Binary: `/usr/local/bin/dashd` Binary: /usr/local/bin/dashd
Configuration file: `~/Library/Application Support/DashCore/dash.conf` Configuration file: ~/Library/Application Support/DashCore/dash.conf
Data directory: `~/Library/Application Support/DashCore` Data directory: ~/Library/Application Support/DashCore
Lock file: `~/Library/Application Support/DashCore/.lock` Lock file: ~/Library/Application Support/DashCore/.lock
Installing Service Configuration Installing Service Configuration
----------------------------------- -----------------------------------