69c6c9fad7
- added tmpfiles.d/ descriptions - minor specfile cleanups
14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
[Unit]
|
|
Description = Milter module for the Clam Antivirus scanner
|
|
After = syslog.target
|
|
Before = sendmail
|
|
Before = postfix
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/sbin/clamav-milter -c /etc/mail/clamav-milter.conf --nofork=yes
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|