fix(installer): setup the worker entrypoint (#2996)
Worker service fails after upgrade. Related to #2988
This commit is contained in:
parent
a2cf7697a9
commit
71b20ae3c9
1
install
1
install
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue