feat(upfast): fix upfast-cleaner script not working.

This commit is contained in:
CronyAkatsuki 2025-12-16 17:32:04 +01:00
parent 6fe38d15c5
commit df258c3d19

View file

@ -62,7 +62,7 @@ in {
WorkingDirectory = "/var/lib/upfast";
};
script = "${lib.getExe upfast-cleaner}; 'http://localhost:8383'";
script = "${lib.getExe upfast-cleaner}";
};
systemd.timers.upfast-cleaner = {