Forked from rkalkani/Enable systemd-networkd debugging
Created
March 28, 2025 12:14
-
-
Save arbal/732ffe00caac03e41089f6997c9df739 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable systemd-networkd debugging | |
mkdir -p /etc/systemd/system/systemd-networkd.service.d/ | |
Create Drop-In /etc/systemd/system/systemd-networkd.service.d/10-debug.conf with following content: | |
[Service] | |
Environment=SYSTEMD_LOG_LEVEL=debug | |
And restart systemd-networkd service: | |
systemctl daemon-reload | |
systemctl restart systemd-networkd | |
journalctl -b -u systemd-networkd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment