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> (cherry picked from commit 2c27f5c9417ff5414a2730a9c310b68fdd5f585c)
This commit is contained in:
parent
b39d9bf4bb
commit
cb0574fc67
@ -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…
x
Reference in New Issue
Block a user