ubuntu-2204-graylog/0019-enable-opensearch.sh
Eliezer Croitoru 5b90ae9e05 2
2024-01-08 00:49:41 +02:00

7 lines
165 B
Bash
Executable File

#!/usr/bin/env bash
systemctl daemon-reload
systemctl enable opensearch.service
systemctl restart opensearch.service
systemctl status opensearch.service --no-pager