summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-05-25 20:10:21 +0200
committerlassulus <lassulus@lassul.us>2021-05-25 20:10:21 +0200
commit1365fd2c7f435562dc194e0c0910aa3d4032d75f (patch)
tree5071b46f06d457387e0c004119e5722d82afcc0a /krebs/2configs
parenta5459c371efb6fad343afe7c5a8295e445b34657 (diff)
news: bind brockman to solanum for mutual restart
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/news.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/news.nix b/krebs/2configs/news.nix
index 2da3e6fc..84a39f95 100644
--- a/krebs/2configs/news.nix
+++ b/krebs/2configs/news.nix
@@ -68,6 +68,7 @@
wantedBy = [ "multi-user.target" ];
};
+ systemd.services.brockman.bindsTo = [ "solanum.service" ];
systemd.services.brockman.serviceConfig.LimitNOFILE = 16384;
systemd.services.brockman.environment.BROCKMAN_LOG_LEVEL = "DEBUG";
krebs.brockman = {