diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-06 13:45:57 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | b9091377c0fe81370fc0f7a49186dd5018a74b82 (patch) | |
tree | a1199b370fe913095de3c30e27f7f5aacfa73639 | |
parent | Fix prometheus? (diff) | |
download | Spacebar-Open-Infrastructure-b9091377c0fe81370fc0f7a49186dd5018a74b82.tar.xz |
Fix timer?
-rw-r--r-- | modules/auto-redeploy.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix index 01b54ad..2260a55 100644 --- a/modules/auto-redeploy.nix +++ b/modules/auto-redeploy.nix @@ -5,8 +5,8 @@ wantedBy = [ "timers.target" ]; after = [ "network.target" ]; timerConfig = { - #every 30 seconds - OnCalendar = "*:0/10"; + #every 10 seconds + OnCalendar = "*:*:0/10"; Unit = "auto-redeploy.service"; }; }; |