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>
This commit is contained in:
committed by
Peter Korsgaard
parent
6785c19bf5
commit
891c5b7b4b
@@ -3,7 +3,7 @@ Description=Exim MTA
|
|||||||
After=syslog.target network.target
|
After=syslog.target network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/exim -bdf
|
ExecStart=/usr/sbin/exim -bdf
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user