diff options
author | lassulus <lassulus@lassul.us> | 2021-02-10 15:50:55 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-02-10 15:50:55 +0100 |
commit | f32fcc3e4a23b4883bcf8d470041e88fc04e7e4c (patch) | |
tree | 790bc70b72344b206ea3d296d59126488ec10b31 | |
parent | bd7f002fefc7acd01b1248a995854891d8520b71 (diff) |
brockman module: wait 5 sec when restarting
-rw-r--r-- | krebs/3modules/brockman.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/brockman.nix b/krebs/3modules/brockman.nix index 32aa3489b..9b2ed4a71 100644 --- a/krebs/3modules/brockman.nix +++ b/krebs/3modules/brockman.nix @@ -29,6 +29,7 @@ in { PrivateTmp = true; RuntimeDirectory = "brockman"; WorkingDirectory = "%t/brockman"; + RestartSec = 5; }; }; }; |