summarylogtreecommitdiffstats
path: root/exim@.service
blob: 56108f558b11b5d09c99e09c84a546834ade5a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Exim Mail Daemon per-connection server
Documentation=man:exim
Documentation=https://exim.org/docs.html

[Service]
Type=exec

ExecStart=-/usr/bin/exim -bs

StandardInput=socket
StandardError=journal

# Don't kill the delivery process we spawned as a child
KillMode=process

Slice=exim.slice