...
Code Block |
---|
newspaper-prompt-doms-ingester-1.12 ├── bin │ └── start_prompt_ingest_component.sh ├── conf │ ├── config.properties │ └── logback.xml └── lib ├── authchecker-authutils-1.0.1.jar ├── autonomous-component-1.34.jar ├── batch-event-client-1.34.jar ├── batch-event-framework-common-1.34.jar (etc.) |
The file start_prompt_ingest_component.sh can be used as a sample of how the component can be started from a cron-job.
...