clamav/clamav-milter.systemd

14 lines
306 B
Plaintext
Raw Normal View History

[Unit]
Description = Milter module for the Clam Antivirus scanner
After = syslog.target
2011-07-26 20:57:52 +00:00
Before = sendmail.service
Before = postfix.service
[Service]
Type = simple
ExecStart = /usr/sbin/clamav-milter -c /etc/mail/clamav-milter.conf --nofork=yes
Restart = on-failure
[Install]
WantedBy = multi-user.target