clamav/clamd.scan.systemd

13 lines
290 B
Plaintext
Raw Normal View History

[Unit]
Description = Generic clamav scanner daemon
After = syslog.target nss-lookup.target network.target
2011-07-26 20:57:52 +00:00
Before = clamav-milter.service
[Service]
Type = simple
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/scan.conf --nofork=yes
Restart = on-failure
[Install]
WantedBy = multi-user.target