Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

service: drop requirement on network-online.target #41

Merged
merged 1 commit into from
Jul 8, 2021

Commits on Jul 7, 2021

  1. service: drop requirement on network-online.target

    As per systemd recommendations[1], we should avoid depending on this
    unit. Instead, if/when we do implement the reporting bits, we should be
    resilient to networks taking time to come online or temporary network
    flakes.
    
    This is the only thing which is actively pulling in
    `network-online.target` right now (the other one being `docker.service`,
    but we have less control over that one, and it's disabled by default).
    
    [1] https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
    jlebon committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    70ef530 View commit details
    Browse the repository at this point in the history