use per-user runtime stats path for reliable gsfd+tui updates
Tests / test_core_function (push) Failing after 11s
Tests / test_core_function (push) Failing after 11s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user