Hello,
We are using CSF/LFD by default, on some servers we are also using Imunify360. When Imunify360 is used we disable the LFD feature otherwise it's causing false positives. What we do:
1. Change "LF_DAEMON" to "0"
2. Disable LFD in DirectAdmin configuration
3. Restart DirectAdmin
After DA updates we see the following message "The service 'lfd' on server vps.webmarq.nl is currently down" sent by DA. When I check I can see that DA config has "LFD=on" again in the services.status.
What should be the proper way to disable LFD and survive the DA updates?
We are using CSF/LFD by default, on some servers we are also using Imunify360. When Imunify360 is used we disable the LFD feature otherwise it's causing false positives. What we do:
1. Change "LF_DAEMON" to "0"
2. Disable LFD in DirectAdmin configuration
Code:
sed -i '/^lfd=/d' /usr/local/directadmin/data/admin/services.status
After DA updates we see the following message "The service 'lfd' on server vps.webmarq.nl is currently down" sent by DA. When I check I can see that DA config has "LFD=on" again in the services.status.
What should be the proper way to disable LFD and survive the DA updates?