use per-user runtime stats path for reliable gsfd+tui updates
Tests / test_core_function (push) Failing after 11s

This commit is contained in:
2026-03-25 16:01:10 +00:00
parent 3e8d068494
commit 8521f12548
4 changed files with 14 additions and 3 deletions
+1
View File
@@ -89,6 +89,7 @@ in
wantedBy = ["default.target"];
after = ["graphical-session.target"];
serviceConfig = {
Environment = ["GSF_STATS_PATH=%t/gsf-speed.txt"];
ExecStart = "${cfg.package}/bin/gsfd --device ${lib.escapeShellArg cfg.device}${lib.optionalString (cfg.extraArgs != []) " ${extraArgs}"}";
Restart = "on-failure";
RestartSec = 1;