Files
bc250-console/files/console/usr/lib/systemd/system/system-flatpak-setup.service.d/10-bc250-wait-online.conf
T
ckochandClaude Fable 5 aceb1c00d2 Gate system-flatpak-setup on network-online
First hardware boot: the service gave up after ~12s of no network,
failed with a cryptic "Error 0" desktop popup, and left all baked
flatpaks uninstalled (its timer only re-arms on reboot). The GFN
installer's own retry loop succeeded once the network arrived.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 11:43:29 -04:00

8 lines
352 B
Plaintext

# The stock service only waits ~12s internally for a connection, then fails
# (with a cryptic desktop popup) and doesn't retry until next boot. Seen on
# first hardware boot 2026-07-13: WiFi/DHCP wasn't up yet, so none of the
# baked flatpaks installed. Gate it on network-online instead.
[Unit]
Wants=network-online.target
After=network-online.target