summaryrefslogtreecommitdiffstats
path: root/debian/patches/0003-debian-use-system-exim4.patch
blob: bcb0a1b7a8f98fde9fecc5109d2e8688583e4a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Sven Hartge <sven@svenhartge.de>
Description: Debian has exim in /usr/sbin which is not in the default path.

diff -Naurp netdata.orig/collectors/python.d.plugin/exim/exim.conf netdata/collectors/python.d.plugin/exim/exim.conf
--- netdata.orig/collectors/python.d.plugin/exim/exim.conf
+++ netdata/collectors/python.d.plugin/exim/exim.conf
@@ -90,4 +90,4 @@ update_every: 10
 # AUTO-DETECTION JOBS
 
 local:
-  command: 'exim -bpc'
+  command: '/usr/sbin/exim -bpc'