diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:54:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:13 -0400 |
commit | 6d2ea3b0a70d7e9022fcdfc6e37041ac7249c7a4 (patch) | |
tree | c440bbb2a443b2ba34349f0864710c1147e1199b /system/telegraf | |
parent | 5c81b0adb1557483e53e5291139ffd3388bb41da (diff) | |
download | slackbuilds-6d2ea3b0a70d7e9022fcdfc6e37041ac7249c7a4.tar.gz |
system/telegraf: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/telegraf')
-rw-r--r-- | system/telegraf/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/telegraf/README b/system/telegraf/README index 5603c0571c..96a46d299c 100644 --- a/system/telegraf/README +++ b/system/telegraf/README @@ -11,7 +11,8 @@ Kafka, MQTT, NSQ, and many others. Groupname and Username -You must have the "telegraf" group and user to run this script, for example: +You must have the "telegraf" group and user to run this script, for +example: groupadd -g 349 telegraf useradd -u 349 -s /bin/false -d /dev/null -g telegraf telegraf |