rest api now waits 120 seconds for clamd so no need to sleep before start
This commit is contained in:
parent
1d38f54731
commit
f1e377eed1
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
freshclam -d &
|
||||
clamd &
|
||||
sleep 20
|
||||
/usr/bin/clamav-rest &
|
||||
|
||||
pids=`jobs -p`
|
||||
|
|
Loading…
Add table
Reference in a new issue