mirror of
https://github.com/infinition/Bjorn.git
synced 2025-12-06 06:11:46 +00:00
Update TROUBLESHOOTING.md
Added commands
This commit is contained in:
@@ -25,12 +25,20 @@
|
|||||||
### Service Issues
|
### Service Issues
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
#See bjorn journalctl service
|
||||||
|
journalctl -fu bjorn.service
|
||||||
|
|
||||||
# Check service status
|
# Check service status
|
||||||
sudo systemctl status bjorn.service
|
sudo systemctl status bjorn.service
|
||||||
|
|
||||||
# View detailed logs
|
# View detailed logs
|
||||||
sudo journalctl -u bjorn.service -f
|
sudo journalctl -u bjorn.service -f
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
sudo tail -f /home/bjorn/Bjorn/data/logs/*
|
||||||
|
|
||||||
|
|
||||||
# Check port 8000 usage
|
# Check port 8000 usage
|
||||||
sudo lsof -i :8000
|
sudo lsof -i :8000
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user