diff options
author | Ebben Aries <e@dscp.org> | 2020-10-09 16:24:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:49 +0700 |
commit | 0a435a7d6a7c1fb34b602a8c93d52539ebd83a20 (patch) | |
tree | 05acefa51fac139d6b0c03ddadf9268872479514 /system/chronograf/README | |
parent | 324e8391228b387babc2455cc64ba1aef1b51fb2 (diff) |
system/chronograf: Updated for version 1.8.7.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/chronograf/README')
-rw-r--r-- | system/chronograf/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/chronograf/README b/system/chronograf/README index 37c8860d1405..fbaadf0fc443 100644 --- a/system/chronograf/README +++ b/system/chronograf/README @@ -8,8 +8,9 @@ visualizations of your data. Groupname and Username -You must have the "chronograf" group and user to run this script, for +You must have the "chronograf" group and user to run this script, for example: groupadd -g 350 chronograf - useradd -u 350 -s /bin/false -d /var/lib/chronograf -g chronograf chronograf + useradd -u 350 -s /bin/false -d /var/lib/chronograf \ + -g chronograf chronograf |