Skip to content

Commit

Permalink
Add --no-pager to journalctl
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 6, 2024
1 parent c4386e2 commit 420645c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
sudo dpkg -i "artifacts/dist/${{ inputs.package }}"
- run: sudo systemctl daemon-reload
- run: sudo systemctl enable wazuh-indexer.service || sudo journalctl -xeu wazuh-indexer.service
- run: sudo systemctl start wazuh-indexer || sudo journalctl -xeu wazuh-indexer.service
- run: sudo systemctl enable wazuh-indexer.service || sudo journalctl --no-pager -u wazuh-indexer.service
- run: sudo systemctl start wazuh-indexer || sudo journalctl --no-pager -u wazuh-indexer.service
- run: sudo systemctl status wazuh-indexer

0 comments on commit 420645c

Please sign in to comment.