diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-29 04:48:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-29 04:55:05 +0700 |
commit | b093b9bca168e4ed6bfadd77e21171a251dcef96 (patch) | |
tree | fd26bf9c31caa6bd1cae60617934f68dcc719184 /system/netdata | |
parent | d27d1808be37a0bf116a3e875c28b03de3b73924 (diff) | |
download | slackbuilds-b093b9bca168e4ed6bfadd77e21171a251dcef96.tar.gz |
system/netdata: Fix README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/netdata')
-rw-r--r-- | system/netdata/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/netdata/README b/system/netdata/README index f4f9eb147c..6abf607387 100644 --- a/system/netdata/README +++ b/system/netdata/README @@ -11,7 +11,7 @@ Optional dependencies: netdata daemon will run under netdata user and group. You need to create the following user/group before building: groupadd -g 338 netdata -useradd -u 338 -g 338 -c \"netdata user\" -s /bin/bash netdata +useradd -u 338 -g 338 -c "netdata user" -s /bin/bash netdata If you want to run this daemon on every boot: chmod +x /etc/rc.d/rc.netdata |