opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
255 stars 69 forks source link

Migrate starting services from daemon package to systemd config #89

Closed opensemanticsearch closed 5 years ago

opensemanticsearch commented 5 years ago

The old debian package daemon used for starting services in init.d start script causes problems on newer Debian and Ubuntu releases, since stopping/restarting the services / task workers doesn't work.

Migrate to modern systemd config.

Additionally systemctl status opensemanticsearch will show infos.

Mandalka commented 5 years ago

Migrated to systemd config.