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.
16 lines
422 B
16 lines
422 B
[Unit]
|
|
Description=Socket for Clam AntiVirus userspace daemon
|
|
Documentation=man:clamd(8) man:clamd.conf(5) https://docs.clamav.net/
|
|
# Check for database existence
|
|
ConditionPathExistsGlob=@DATADIR@/main.{c[vl]d,inc}
|
|
ConditionPathExistsGlob=@DATADIR@/daily.{c[vl]d,inc}
|
|
|
|
[Socket]
|
|
ListenStream=/run/clamav/clamd.ctl
|
|
#ListenStream=1024
|
|
SocketUser=clamav
|
|
SocketGroup=clamav
|
|
RemoveOnStop=True
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|
|
|