Add zm_rtsp_server to list of daemons we can start

This commit is contained in:
Isaac Connor
2021-03-01 13:33:58 -05:00
parent 836ef731c1
commit b70cd0bc76

View File

@@ -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;