fix(installer): setup the worker entrypoint ()

Worker service fails after upgrade.

Related to 
This commit is contained in:
Thomas Göttgens 2024-04-18 14:27:20 +02:00 committed by GitHub
parent a2cf7697a9
commit 71b20ae3c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -683,6 +683,7 @@ install_service "libretime-analyzer.service" "$SCRIPT_DIR/analyzer/install/syste
section "Worker"
install_python_app "$SCRIPT_DIR/worker"
link_python_app libretime-worker
info "creating libretime-worker working directory"
mkdir_and_chown "$LIBRETIME_USER" "$WORKING_DIR/worker"