fix(installer): setup the worker entrypoint (#2996)

Worker service fails after upgrade.

Related to #2988
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
1 changed files with 1 additions and 0 deletions

View File

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