You can run the Kaspersky Scan Engine in ICAP mode by using the kavicapd.service unit file for systemd
. The unit file allows you to add the kavicapd service to the service startup list and to manage the service manually from the command line.
This section assumes that you want to add the kavicapd service for all users. For information on how to add and manage a service under a specific user, please see the official documentation for systemd
and systemctl
.
Starting Kaspersky Scan Engine automatically
To start Kaspersky Scan Engine automatically, add kavicapd to the service startup list.
To add kavicapd to the service startup list:
/etc/systemd/system/
directory.systemd
by running the following command:systemctl daemon-reload |
systemctl list-unit-files |
systemctl enable kavicapd.service |
Remove Kaspersky Scan Engine from the service startup list
To remove kavicapd from the service startup list, run the following command:
systemctl disable kavicapd.service |
Managing Kaspersky Scan Engine with systemd from the terminal
To start kavicapd without rebooting the computer, run the following command:
systemctl start kavicapd |
To stop kavicapd without rebooting the computer, run the following command:
systemctl stop kavicapd |
To update the anti-virus database, run the following command:
systemctl reload kavicapd |