#!/usr/local/cpanel/3rdparty/bin/perl
# cpanel - scripts/find_pids_with_inotify_watch_on_path
# Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
package scripts::find_pids_with_inotify_watch_on_path;
use strict;
use warnings;
use parent qw( Cpanel::HelpfulScript );
use Cpanel::Version::Compare ();
use Cpanel::OSSys ();
use Cpanel::LoadFile ();
use Cpanel::ProcessInfo ();
my $PROC_PATH = '/proc';
=encoding utf-8
=head1 NAME
scripts::find_pids_with_inotify_watch_on_path
=head1 SYNOPSIS
find_pids_with_inotify_watch_on_path