Switch from %I to %f
This commit is contained in:
parent
a1386a0ed8
commit
5b7a98bc54
@ -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@" = {
|
||||
|
Loading…
Reference in New Issue
Block a user