summaryrefslogtreecommitdiff
path: root/public/fs/etc/systemd/system/submission.service
blob: 130a0912029145e5668447a9de0f572a711d5bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=DomainKeys Identified Mail (DKIM) Submission Port Milter
Documentation=man:opendkim(8) man:opendkim.conf(5) man:opendkim-genkey(8) man:opendkim-genzone(8) man:opendkim-testadsp(8) man:opendkim-testkey http://www.opendkim.org/docs.html
After=local-fs.target network.target syslog.target

[Service]
Type=simple
PIDFile=/var/run/opendkim/submission.pid
ExecStart=/usr/sbin/opendkim -f -x /etc/opendkim/submission.conf
ExecReload=/bin/kill -USR1 $MAINPID
NonBlocking=yes

[Install]
WantedBy=multi-user.target