891c5b7b4b
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>
11 lines
157 B
Desktop File
11 lines
157 B
Desktop File
[Unit]
|
|
Description=Exim MTA
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/exim -bdf
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|