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',
|
||||
'zmtrack.pl',
|
||||
'zmcontrol.pl',
|
||||
'zm_rtsp_server',
|
||||
'zmtelemetry.pl'
|
||||
);
|
||||
|
||||
if ( $Config{ZM_OPT_USE_EVENTNOTIFICATION} ) {
|
||||
push @daemons,'zmeventnotification.pl';
|
||||
push @daemons, 'zmeventnotification.pl';
|
||||
}
|
||||
|
||||
my $command = shift @ARGV;
|
||||
|
|
Loading…
Reference in New Issue