2014-03-28 16:04:21 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Clamav antivirus Deamon
|
2018-02-14 00:04:03 +00:00
|
|
|
After=network.target freshclam.service
|
2015-07-01 13:01:41 +00:00
|
|
|
Requires=freshclam.service
|
2014-03-28 16:04:21 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/sbin/clamd
|
2019-10-25 14:54:38 +00:00
|
|
|
TimeoutStartSec=5min
|
2020-05-12 18:00:54 +00:00
|
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
2014-03-28 16:04:21 +00:00
|
|
|
;User=vscan
|
|
|
|
;Group=vscan
|
|
|
|
;PrivateTmp=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|