Added zmwatch.pl to permitted processes.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@245 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
c0e681f413
commit
894cc63c7c
|
@ -52,7 +52,7 @@ use Data::Dumper;
|
|||
|
||||
$| = 1;
|
||||
|
||||
my @daemons = ( 'zmc', 'zma', 'zmfilter.pl', 'zmaudit.pl', 'zmx10.pl' );
|
||||
my @daemons = ( 'zmc', 'zma', 'zmfilter.pl', 'zmaudit.pl', 'zmx10.pl', 'zmwatch.pl' );
|
||||
|
||||
my $command = shift @ARGV;
|
||||
die( "No command given" ) unless( $command );
|
||||
|
|
Loading…
Reference in New Issue