add troubleshooting tip for tftp server

This commit is contained in:
2023-11-29 17:08:06 +01:00
parent 81c6acf151
commit 7177dd1c80

View File

@@ -1 +1,9 @@
# Boot Server
## Troubleshooting
To troubleshoot the tftp server / tftp queries check the tftpserver logs as follows:
```bash
journalctl -u tftp.service
```