mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
360 B
Desktop File
11 lines
360 B
Desktop File
# 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
|