blob: 8b1d056a8cd9daf641932399c35e73522ce06072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# It doesn't make sense for this to be separate from exim@.service
# However, I couldn't think of a way to have two .socket files point
# to it ([Socket] Service= is rejected if Accept=yes is set).
[Unit]
Description=Exim Mail Daemon per-connection server (message submission)
[Service]
ExecStart=-/usr/sbin/exim -bs
StandardInput=socket
StandardError=syslog
|