From 2c27f5c9417ff5414a2730a9c310b68fdd5f585c Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 5 Oct 2021 21:42:30 +0300 Subject: 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 --- applications/luci-app-statistics/root/etc/config/luci_statistics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics') diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index d1fef13b6e..581a1f5a2c 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -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' -- cgit v1.2.3