clamav/clamd@.service
Orion Poplawski 234a5b82e7 Drop clamd@scan.service file (bz#1725810)
Change /var/run to /run
2019-11-18 20:49:22 -07:00

16 lines
398 B
Desktop File

[Unit]
Description = clamd scanner (%i) daemon
Documentation=man:clamd(8) man:clamd.conf(5) https://www.clamav.net/documents/
After = syslog.target nss-lookup.target network.target
[Service]
Type = forking
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/%i.conf
# Reload the database
ExecReload=/bin/kill -USR2 $MAINPID
Restart = on-failure
TimeoutStartSec=420
[Install]
WantedBy = multi-user.target