summaryrefslogtreecommitdiff
path: root/system/kapacitor
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 12:18:13 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:07 -0400
commit3a816edd185c321916336e1fd20eddbf17e8f353 (patch)
treef05b4bd8174feac76e65a76d83da701243baed1c /system/kapacitor
parent07f243ee6fd1570667ee4ea868478f30b8077436 (diff)
downloadslackbuilds-3a816edd185c321916336e1fd20eddbf17e8f353.tar.gz
system/kapacitor: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/kapacitor')
-rw-r--r--system/kapacitor/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/kapacitor/README b/system/kapacitor/README
index 10151a24ed..b3a0c317e6 100644
--- a/system/kapacitor/README
+++ b/system/kapacitor/README
@@ -10,7 +10,9 @@ OpsGenie, Alerta, Sensu, PagerDuty, Slack, and more.
Groupname and Username
-You must have the "kapacitor" group and user to run this script, for example:
+You must have the "kapacitor" group and user to run this script, for
+example:
groupadd -g 351 kapacitor
- useradd -u 351 -s /bin/false -d /var/lib/kapacitor -g kapacitor kapacitor
+ useradd -u 351 -s /bin/false \
+ -d /var/lib/kapacitor -g kapacitor kapacitor