[Unit] Description=Clam AntiVirus userspace daemon Documentation=man:clamd(8) man:clamd.conf(5) https://docs.clamav.net/ Requires=clamav.socket freshclam.service # Check for database existence ConditionPathExistsGlob=/usr/share/clamav/main.{c[vl]d,inc} ConditionPathExistsGlob=/usr/share/clamav/daily.{c[vl]d,inc} [Service] ExecStart=/usr/sbin/clamd --foreground=true # Reload the database ExecReload=/bin/kill -USR2 $MAINPID TimeoutStartSec=420 Restart=always [Install] WantedBy=multi-user.target Also=clamav.socket freshclam.service