Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaeldye/a6b7f614d88ccc1edace3797c0edbb2c to your computer and use it in GitHub Desktop.
Save michaeldye/a6b7f614d88ccc1edace3797c0edbb2c to your computer and use it in GitHub Desktop.
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