summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-Debianize-path-to-exim4-binary.patch
blob: 7c60db312553dbb4f1c9cd43e6e6de73a9903417 (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, 4 Apr 2018 14:26:50 +0200
Subject: Debianize path to exim4 binary

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

diff --git a/conf.d/python.d/exim.conf b/conf.d/python.d/exim.conf
index 2add7b2..dd36a00 100644
--- a/conf.d/python.d/exim.conf
+++ b/conf.d/python.d/exim.conf
@@ -90,4 +90,4 @@ update_every: 10
 # AUTO-DETECTION JOBS
 
 local:
-  command: 'exim -bpc'
+  command: '/usr/sbin/exim4 -bpc'