Skip to content

r-app-monitor: Remove inotify watch when cgroup is removed

Benjamin Berg requested to merge benzea/fix-inotify-leak into master

inotify watches on deleted directories are not automatically cleaned up. As such, remove the watch explicitly.

Merge request reports