From 52e2f24756917cbcd801e72ce2ddcf237b96d5b4 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 10 Jan 2026 22:12:05 -0500 Subject: [PATCH] add uv --- profile/profile-stats.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/profile-stats.service b/profile/profile-stats.service index 304ca30..a0a20fb 100644 --- a/profile/profile-stats.service +++ b/profile/profile-stats.service @@ -13,7 +13,7 @@ Description=Run update_profile.py (profile stats updater) Type=oneshot EnvironmentFile=%h/.config/profile-stats.env ExecStartPre=/usr/bin/nm-online -q -ExecStart=/bin/bash -lc 'python3 ${REPO_PATH}/update_profile.py' +ExecStart=/bin/bash -lc 'uv run ${REPO_PATH}/update_profile.py' [Install] WantedBy=default.target