1. chroot

2. Information

  • Enter the following commands at a Command Line.

    # Show a list of currently running services.
    systemctl --type=service
    systemctl cat wpa_supplicant@wlan0.service
    
    cat /etc/systemd/network/20-wired.network
    cat /etc/systemd/network/25-wireless.network
    cat /etc/systemd/resolved.conf

3. Restart

  • Enter the following commands at a Command Line.

    sudo systemctl daemon-reload
    sudo systemctl restart systemd-networkd
    sudo systemctl restart systemd-resolved