From 545bc6fccb278d9489914f36b85d879b1a0ba17d Mon Sep 17 00:00:00 2001 From: Zachary Wasserman Date: Tue, 20 Nov 2018 17:19:44 -0800 Subject: [PATCH] Add LimitNOFILE to example systemd file (#1958) This mitigates a common issue for systemd users. Closes #1955 --- docs/infrastructure/systemd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/infrastructure/systemd.md b/docs/infrastructure/systemd.md index 32ae263f1b..399399827b 100644 --- a/docs/infrastructure/systemd.md +++ b/docs/infrastructure/systemd.md @@ -10,6 +10,7 @@ Description=Kolide Fleet After=network.target [Service] +LimitNOFILE=8192 ExecStart=/usr/local/bin/fleet serve \ --mysql_address=127.0.0.1:3306 \ --mysql_database=kolide \