Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sd-network: ignore missing directory if networkd is disabled #62

Commits on Jun 3, 2015

  1. sd-network: ignore missing directory if networkd is disabled

    sd_network_monitor is used by timesyncd and resolved. Both can be enabled
    while networkd is disabled. /run/systemd/netif/links/ only exists if
    networkd is enabled at build-time, so ignore the corresponding error if it
    is disabled.
    The user that owns /run/systemd/netif/links/ may not exist if networkd is
    disabled, so always creating this directory is not possible.
    michaelolbrich committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    6e143da View commit details
    Browse the repository at this point in the history