From cd1db6569f4d942bc4f8b5c5a133d0eaf478e941 Mon Sep 17 00:00:00 2001 From: foreignmeloman Date: Mon, 18 Nov 2024 15:08:04 +0400 Subject: [PATCH] Add intended line breaks for systemd example docs Signed-off-by: foreignmeloman --- examples/systemd/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/systemd/README.md b/examples/systemd/README.md index 3b3577fa..090a42ed 100644 --- a/examples/systemd/README.md +++ b/examples/systemd/README.md @@ -2,8 +2,8 @@ If you are using distribution packages or the copr repository, you don't need to deal with these files! -The unit files (`*.service` and `*.socket`) in this directory are to be put into `/etc/systemd/system`. -It needs a user named `node_exporter`, whose shell should be `/sbin/nologin` and should not have any special privileges. -It needs a sysconfig file in `/etc/sysconfig/node_exporter`. -It needs a directory named `/var/lib/node_exporter/textfile_collector`, whose owner should be `node_exporter`:`node_exporter`. -A sample file can be found in `sysconfig.node_exporter`. +The unit files (`*.service` and `*.socket`) in this directory are to be put into `/etc/systemd/system`.
+It needs a user named `node_exporter`, whose shell should be `/sbin/nologin` and should not have any special privileges.
+It needs a sysconfig file in `/etc/sysconfig/node_exporter`.
+It needs a directory named `/var/lib/node_exporter/textfile_collector`, whose owner should be `node_exporter`:`node_exporter`.
+A sample file can be found in `sysconfig.node_exporter`.