One of the systems used by Sympl is incron
, which checks for disk changes and runs specific scripts when they happen. This is fine in many situations, but for systems running on NFS shares and a few other filesystems incrond
doesn’t do anything, and you end up with a lot of processes instead.
With this in mind, I’ve removed the requirement for incrond
- it was effectively only used to update the firewall whitelist/blacklist configurations, and that’s been replaced with updates to those scripts to cause relevant reloads when needed.
This is currently in the testing branch, and assuming no problems, I’ll be pushing it through to stable later this week.