Installation Guide > Installation Guide > Starting Actian X > Start Actian X on Linux > Start Actian X using the Systemd Service on Linux
Was this helpful?
Start Actian X using the Systemd Service on Linux
Actian X instances installed using the RPM command have a systemd service installed that can be used to start, stop, and check the status of the instance. The name of the service is ingresXX where XX is the instance ID of the instance. The service file for this service is typically located under /usr/lib/systemd/system, /lib/systemd/system, or /etc/systemd/system.
To start the Actian X instance using the service script
1. Log on to your system as root.
2. Enter the following command:
% systemctl start ingresXX
where XX is the instance ID.
To stop the Actian X instance using the service script
1. Log on to your system as root.
2. Enter the following command:
% systemctl stop ingresXX
where XX is the instance ID. The instance is stopped.
Last modified date: 04/03/2024