aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/clamav/clamav-0.99.1/clamav.service
blob: f13191fccf690bddb015b282e4d199aa09233605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Clam AntiVirus userspace daemon
Documentation=man:clamd(8) man:clamd.conf(5) http://www.clamav.net/lang/en/doc/
Requires=clamav-daemon.socket
# 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
StandardOutput=syslog

[Install]
WantedBy=multi-user.target
Also=clamav-daemon.socket