mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
424 B
14 lines
424 B
[Unit]
|
|
Description=ClamAV virus database updater
|
|
Documentation=man:freshclam(1) man:freshclam.conf(5) https://www.clamav.net/documents
|
|
# If user wants it run from cron, don't start the daemon.
|
|
ConditionPathExists=!/etc/cron.d/clamav-freshclam
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=@prefix@/bin/freshclam -d --foreground=true
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|