package/exim: fix systemd service binary path

modern versions of exim are installed into sbin not bin

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 891c5b7b4b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Pascal de Bruijn
2020-02-28 09:25:39 +01:00
committed by Peter Korsgaard
parent 13ffc622a1
commit 75927f8e1d

View File

@@ -3,7 +3,7 @@ Description=Exim MTA
After=syslog.target network.target
[Service]
ExecStart=/usr/bin/exim -bdf
ExecStart=/usr/sbin/exim -bdf
Restart=always
[Install]