summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-Debianize-path-to-exim4-binary.patch
blob: 7d34e7618a784236c6a6fcbdea7fff0eba158a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Sven Hartge <sven@svenhartge.de>
Date: Wed, 14 Nov 2018 14:28:21 +0100
Subject: Debianize path to exim4 binary

---
 collectors/python.d.plugin/exim/exim.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collectors/python.d.plugin/exim/exim.conf b/collectors/python.d.plugin/exim/exim.conf
index 2add7b2..053689b 100644
--- a/collectors/python.d.plugin/exim/exim.conf
+++ b/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'