Switch from %I to %f

This commit is contained in:
Torjus Håkestad 2024-06-02 23:08:30 +02:00
parent a1386a0ed8
commit 5b7a98bc54

View File

@ -57,7 +57,7 @@ in
};
serviceConfig = {
Type = "oneshot";
ExecStart = "${restic-wrapper}/bin/restic-wrapper %I";
ExecStart = "${restic-wrapper}/bin/restic-wrapper %f";
};
};
systemd.timers."backup-helper@" = {