Skip to content

Commit

Permalink
📚 docs: Update README with a new systemctl log command
Browse files Browse the repository at this point in the history
Signed-off-by: N4D <137788543+Nicolas-Colombier@users.noreply.github.com>
  • Loading branch information
Nicolas-Colombier authored Jul 31, 2024
1 parent 580e5ca commit 21c2598
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@ Stop the bot (requires sudo access) :
sudo systemctl stop squad_sdm
```

Take a look to the logs (requires sudo access) :
Take a look to the status and logs (requires sudo access) :

```sh
sudo systemctl status squad_sdm
```
```sh
sudo journalctl -u squad_sdm
```
Expand Down

0 comments on commit 21c2598

Please sign in to comment.