Re: [systemd-devel] Only run service with network connection

2025-01-06 Thread Tomasz Pala
On Mon, Jan 06, 2025 at 01:08:03 -0500, Paul Menzel wrote: > Currently, if there is no network connecting during this time, the > service is shown as failed. That downloading the metadata is not > possible with no network connection is expected in my opinion, so the > service should not be show

Re: [systemd-devel] Only run service with network connection

2025-01-05 Thread Mantas Mikulėnas
On Mon, Jan 6, 2025 at 8:08 AM Paul Menzel < pmenzel+systemd-de...@molgen.mpg.de> wrote: > Dear systemd folks, > > > fwupd allows to update device firmware, and ships `fwupd-refresh.timer` > and `fwupd-refresh.service` to refresh the fwupd metadata by downloading > things over the network, and to

[systemd-devel] Only run service with network connection

2025-01-05 Thread Paul Menzel
Dear systemd folks, fwupd allows to update device firmware, and ships `fwupd-refresh.timer` and `fwupd-refresh.service` to refresh the fwupd metadata by downloading things over the network, and to update motd. Currently, if there is no network connecting during this time, the service is sho