diff options
Diffstat (limited to 'modules/auto-redeploy.nix')
-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 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"; }; }; |