backup-git: fix systemd timer
All checks were successful
flake / flake (push) Successful in 1m19s

This commit is contained in:
Jake Hillion 2024-10-13 00:59:39 +01:00
parent 50a8411ac8
commit 860378be59

View File

@ -48,6 +48,7 @@ in
};
script = ''
set -e
shopt -s nullglob
# Read and deduplicate repos
@ -95,7 +96,6 @@ in
Persistent = true;
OnUnitInactiveSec = "15m";
RandomizedDelaySec = "5m";
Unit = "backup-git.service";
};
};
};