summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-Debianize-path-to-exim4-binary.patch
blob: 954c5c7ccf1490c171bcfe2634f0d0d75338b957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Sven Hartge <sven@svenhartge.de>
Description: Debianize path to exim4 binary

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'