Skip to content

Stopping the SQL Agent for Interactive Analysis

The agent is started using Linux service manager, systemd. It must be stopped for interactive analysis.

Terminal window
sudo systemctl start lineai-sql
sudo systemctl restart lineai-sql
sudo systemctl stop lineai-sql

Use the status command to verify that the agent is running.

Terminal window
systemctl status lineai-sql