cdarras / clamav-client

Java client library for the ClamAV antivirus daemon
MIT License
79 stars 24 forks source link

After shutDown clamav-client, how we can restart it ? #6

Closed Bilel-LOUSSAIEF closed 2 years ago

Bilel-LOUSSAIEF commented 6 years ago

In the ClamavClient class, we have the shutdown() method to turn Off the Clamav Server. But how we can restart it again???

cdarras commented 6 years ago

The clamav server cannot be restarted through the clamav client.