ubuntu-2204-graylog/0019-enable-opensearch.sh

7 lines
165 B
Bash
Raw Normal View History

2024-01-08 00:30:05 +02:00
#!/usr/bin/env bash
systemctl daemon-reload
systemctl enable opensearch.service
2024-01-08 00:49:41 +02:00
systemctl restart opensearch.service
2024-01-08 00:30:05 +02:00
systemctl status opensearch.service --no-pager