Skip to content

Commit 13f60ee

Browse files
authored
启动clamav服务前先下载病毒库 (#34)
启动clamav服务前先下载病毒库,否则第一次启动clamav时会报病毒库不存在
1 parent abf19f3 commit 13f60ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/user_manual/toolbox/clam.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
**5、启动 ClamAV 服务**
5555
5656
```bash
57+
freshclam
5758
systemctl start [email protected]
5859
systemctl start clamav-freshclam.service
5960
```
@@ -83,6 +84,7 @@
8384
**2、启动 ClamAV 服务**
8485
8586
```bash
87+
freshclam
8688
sudo systemctl start clamav-daemon
8789
sudo systemctl start clamav-freshclam.service
8890
```
@@ -153,4 +155,4 @@
153155
- 如果手动执行 freshclam 也无法正常下载的话,可以从以下地址下载后传到该目录下。
154156
+ https://database.clamav.net/daily.cvd
155157
+ https://database.clamav.net/bytecode.cvd
156-
+ https://database.clamav.net/main.cvd
158+
+ https://database.clamav.net/main.cvd

0 commit comments

Comments
 (0)