mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
360 B
SYSTEMD
12 lines
360 B
SYSTEMD
|
# 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/bin/exim -bs
|
||
|
StandardInput=socket
|
||
|
StandardError=syslog
|