diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-03 19:07:23 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:52:38 +0200 |
commit | 92c17f99535391affa678616c377557f9a9f5016 (patch) | |
tree | b0c6b8fdf9253ad670130be39d7715194d55abbc /modules/auto-redeploy.nix | |
parent | Fix update check (diff) | |
download | Spacebar-Open-Infrastructure-92c17f99535391affa678616c377557f9a9f5016.tar.xz |
Redeploy test
Diffstat (limited to '')
-rw-r--r-- | modules/auto-redeploy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix index 3ea187c..9387980 100644 --- a/modules/auto-redeploy.nix +++ b/modules/auto-redeploy.nix @@ -27,7 +27,7 @@ ''; Restart = "always"; - RestartSec = 30; + RestartSec = 60; User = "root"; }; }; |