blob: 0c909fb32ded842baadfb09fdb57f062f44eb196 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301[Unit]
2Description=ClamAV virus database updater
3Documentation=man:freshclam(1) man:freshclam.conf(5) http://www.clamav.net/lang/en/doc/
4# If user wants it run from cron, don't start the daemon.
5ConditionPathExists=!/etc/cron.d/clamav-freshclam
6
7[Service]
8ExecStart=/usr/bin/freshclam -d --foreground=true
9StandardOutput=syslog
10
11[Install]
12WantedBy=multi-user.target