How can I raise the open file limit for the login failure daemon?

The login failure daemon can crash if you are monitoring a lot of domains in Plesk and are reaching the open file limit for your server. To raise the limit:

Edit the login failure daemon systemd service:

systemctl edit lfd.service

Add the following to the override.conf file:

[Service]
LimitNOFILE=65536

Reload  systemd:

systemctl daemon-reload

Restart the LFD service:

systemctl restart lfd.service
  • LimitNOFILE, lfd
  • 2 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

How can I test to make sure that the OS has all the required kernel modules required for Juggernaut Firewall?

Test from the Juggernaut Extension You can run the firewall test by going to Juggernaut Firewall...

How can I adjust the attack triggers used by the login failure daemon?

To Adjust Login Failure Triggers Navigate to Juggernaut Firewall -> Settings -> Login...

Where are the configuration files for Juggernaut Firewall located?

Configuration files are located in the /etc/csf/ directory with the main firewall configuration...

How can I use Juggernaut Firewall to monitor a list of directories?

Enter the Directories You Want To Monitor Navigate to Juggernaut Firewall -> Settings ->...

How can I change the interface language of the extension?

You can change the interface language under Settings -> Application Settings -> Locale...