The current situation
The script that monitors directories and creates/updates the symlinks is enabled unconditionally
The proposed result
Introduce an ENV variable that would allow for disabling directories monitoring
Rationale
- The feature is not required on many automated environments that miss the end user who may benefit from automatic symlinks
- The use of
inotifywait may cause issues in some environments (i.e. overflow the max_user_watches on a node)