feat(upfast): fix upfast-cleaner script not working.
This commit is contained in:
parent
6fe38d15c5
commit
df258c3d19
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue