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
1 changed files with 2 additions and 1 deletions

View File

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