From 3325eef058b4aa810de597c831012785a850199d Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 15 Jan 2026 11:42:07 -0500 Subject: [PATCH] add delay to profile-stats.service --- profile/profile-stats.service | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/profile-stats.service b/profile/profile-stats.service index cbd00c6..7302d76 100644 --- a/profile/profile-stats.service +++ b/profile/profile-stats.service @@ -13,6 +13,7 @@ Description=Run update_profile.py (profile stats updater) Type=oneshot EnvironmentFile=%h/.config/profile-stats.env ExecStartPre=/usr/bin/nm-online -q +ExecStartPre=/bin/bash -c 'for i in {1..30}; do getent hosts tildegit.org && exit 0; sleep 1; done; exit 1' ExecStart=/bin/bash -lc 'cd ${REPO_PATH} && uv run language_stats.py' [Install]