diff options
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 37c8860d14..fbaadf0fc4 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 |