summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-03 19:00:12 +0200
committerRory& <root@rory.gay>2024-06-05 15:52:38 +0200
commitff17b530d8844005e9e668121b0e6caf3d8a39a6 (patch)
tree679e23bf47b9f7efb43e716090a4d6f124568756
parentEnable auto redeploy (diff)
downloadSpacebar-Open-Infrastructure-ff17b530d8844005e9e668121b0e6caf3d8a39a6.tar.xz
Make delay 30 seconds
-rw-r--r--modules/auto-redeploy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix
index 4cdabc5..fef352c 100644
--- a/modules/auto-redeploy.nix
+++ b/modules/auto-redeploy.nix
@@ -21,7 +21,7 @@
               
               '';
             Restart = "always";
-            RestartSec = 10;
+            RestartSec = 30;
             User = "root";
         };
     };