From 049bee3d845e14c4ab485805871cc4ae7a730474 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Fri, 20 Mar 2026 11:13:03 +0100 Subject: [PATCH] Document a necessety of increasing limits for systemd unit It seems that default DynamicUser limits are very low. We have to increase them anyway. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 106a02b8f..6e24771ef 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ ExecStart=/usr/local/bin/mtg run /etc/mtg.toml Restart=always RestartSec=3 DynamicUser=true +LimitNOFILE=65536 AmbientCapabilities=CAP_NET_BIND_SERVICE [Install]