Skip to content

Instantly share code, notes, and snippets.

View olaf-2's full-sized avatar

Olaf Kortlüke olaf-2

  • Nonnenhorn, Germany
View GitHub Profile
@olaf-2
olaf-2 / ApacheIgniteSystemdService.md
Last active October 27, 2024 02:42
Install Apache Ignite as a systemd service

Install Apache Ignite as a systemd service

Create a user for running Apache Ignite.

sudo useradd -s /usr/sbin/nologin -m ignite

Create a folder for the configuration files and the data folder for Apache Ignite Native Persistence.

sudo -u ignite mkdir -p /home/ignite/apache-ignite-config /home/ignite/apache-ignite-data