From 11d112a33f7aab82b33f058c3754658bdc4928ed Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 25 Nov 2021 20:34:09 +0100 Subject: [PATCH] use nm-online to instead of nasty bash --- flatpak/.config/systemd/user/flatpak-automatic.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/.config/systemd/user/flatpak-automatic.service b/flatpak/.config/systemd/user/flatpak-automatic.service index b4154c0..586039e 100644 --- a/flatpak/.config/systemd/user/flatpak-automatic.service +++ b/flatpak/.config/systemd/user/flatpak-automatic.service @@ -4,5 +4,5 @@ Documentation=man:flatpak(1) [Service] Type=simple -ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;' +ExecStartPre=nm-online ExecStart=/usr/bin/flatpak update -y