From 6cd145d8f5a0f3eadd068cfb283872d63f50d408 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 4 Apr 2023 19:25:50 +0200 Subject: Faster redeploy --- modules/auto-redeploy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix index 4554a4e..5b68353 100644 --- a/modules/auto-redeploy.nix +++ b/modules/auto-redeploy.nix @@ -6,8 +6,8 @@ after = [ "network.target" ]; timerConfig = { #every 30 seconds since boot - OnBootSec = "10s"; - OnUnitActiveSec = "30s"; + OnBootSec = "30s"; + OnUnitActiveSec = "5s"; Unit = "auto-redeploy.service"; }; }; -- cgit 1.5.1