Created
October 30, 2017 06:27
-
-
Save rkalkani/817edb3d335d7bc17857be81c746e9c9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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