Starting and stopping the application

By default, Kaspersky Endpoint Security starts automatically when the operating system is booted (at the default level of execution for each operating system). Kaspersky Endpoint Security starts all service tasks as well as user tasks whose schedule settings is set to PS.

If you stop Kaspersky Endpoint Security, all running tasks will be interrupted. After restarting Kaspersky Endpoint Security, the interrupted user tasks will not be automatically resumed. Only those user tasks whose schedule settings is set to PS, will be restarted.

To start Kaspersky Endpoint Security in the systemd system, execute the following command:

systemctl start kesl

To stop Kaspersky Endpoint Security in the systemd system, execute the following command:

systemctl stop kesl

To restart Kaspersky Endpoint Security in the systemd system, execute the following command:

systemctl restart kesl

To start Kaspersky Endpoint Security, execute the following command:

/etc/init.d/kesl start

To stop Kaspersky Endpoint Security, execute the following command:

/etc/init.d/kesl stop

To restart Kaspersky Endpoint Security, execute the following command:

/etc/init.d/kesl restart

Page top