Skip to content
Snippets Groups Projects
Commit 53a1f758 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

@destination field is not mandatory with custom build

parent 21552693
No related branches found
No related tags found
No related merge requests found
......@@ -378,8 +378,6 @@ int check_mandatory(sv_alltype *service, section_t *sasection)
log_warn_return(LOG_EXIT_ZERO,"custom build asked on section [logger] -- key @shebang must be set") ;
if (service->type.classic_longrun.log.run.exec < 0)
log_warn_return(LOG_EXIT_ZERO,"custom build asked on section [logger] -- key @execute must be set") ;
if (service->type.classic_longrun.log.destination < 0)
log_warn_return(LOG_EXIT_ZERO,"custom build asked on section [logger] -- key @destination must be set") ;
}
}
break ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment