Add zm_rtsp_server to list of daemons we can start
This commit is contained in:
parent
836ef731c1
commit
b70cd0bc76
|
@ -101,11 +101,12 @@ my @daemons = (
|
||||||
'zmstats.pl',
|
'zmstats.pl',
|
||||||
'zmtrack.pl',
|
'zmtrack.pl',
|
||||||
'zmcontrol.pl',
|
'zmcontrol.pl',
|
||||||
|
'zm_rtsp_server',
|
||||||
'zmtelemetry.pl'
|
'zmtelemetry.pl'
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( $Config{ZM_OPT_USE_EVENTNOTIFICATION} ) {
|
if ( $Config{ZM_OPT_USE_EVENTNOTIFICATION} ) {
|
||||||
push @daemons,'zmeventnotification.pl';
|
push @daemons, 'zmeventnotification.pl';
|
||||||
}
|
}
|
||||||
|
|
||||||
my $command = shift @ARGV;
|
my $command = shift @ARGV;
|
||||||
|
|
Loading…
Reference in New Issue