clamav/clamav-milter.systemd
Enrico Scholz 69c6c9fad7 - added systemd init scripts which obsolete to old sysvinit ones
- added tmpfiles.d/ descriptions
- minor specfile cleanups
2010-12-24 13:00:02 +01:00

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