summaryrefslogtreecommitdiffstats
path: root/system/kapacitor/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/kapacitor/README')
-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