luci-app-statistics: Remove erroneous include from default config
Remove the unnecessary Include line from the default config. It causes error at collectd start, as the directory is missing. daemon.err collectd[9722]: configfile: stat (/etc/collectd/conf.d) failed: No such file or directory Leave the line as a comment/example. Fixes #5373 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
96b6506ec2
commit
2c27f5c941
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
config statistics 'collectd'
|
||||
option BaseDir '/var/run/collectd'
|
||||
option Include '/etc/collectd/conf.d'
|
||||
# option Include '/etc/collectd/conf.d'
|
||||
option PIDFile '/var/run/collectd.pid'
|
||||
option PluginDir '/usr/lib/collectd'
|
||||
option TypesDB '/usr/share/collectd/types.db'
|
||||
|
|
Loading…
Reference in a new issue