mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add LimitNOFILE to example systemd file (#1958)
This mitigates a common issue for systemd users. Closes #1955
This commit is contained in:
parent
051d3c8b07
commit
545bc6fccb
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue