diff options
Diffstat (limited to 'system/kapacitor')
-rw-r--r-- | system/kapacitor/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/kapacitor/README b/system/kapacitor/README index 10151a24edf53..b3a0c317e621b 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 |