From 95f9cef0262185f985a8c1bb81e4d4cb0d0f50d3 Mon Sep 17 00:00:00 2001 From: V Date: Tue, 17 Aug 2021 03:14:25 +0200 Subject: fleet/modules/public-inbox: set NonBlocking on the httpd service For whatever reason, it complains if you don't provide this. It will then set O_NONBLOCK by itself, so I'm not really sure what the point is. Change-Id: Iec21e48f027a9782625f5fbbe539a8a7ccc04e2c --- fleet/modules/public-inbox.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'fleet') diff --git a/fleet/modules/public-inbox.nix b/fleet/modules/public-inbox.nix index 82241af..32d99f3 100644 --- a/fleet/modules/public-inbox.nix +++ b/fleet/modules/public-inbox.nix @@ -136,6 +136,7 @@ in { ExecStart = "${pkgs.public-inbox}/bin/public-inbox-httpd"; DynamicUser = true; SupplementaryGroups = [ "public-inbox" ]; + NonBlocking = true; # "to avoid stalled processes when multiple service instances start" }; }; }; -- cgit 1.4.1