feat(worker): rename service and package to libretime-worker (#2065)
BREAKING CHANGE: The `libretime-celery` python package and service was renamed to `libretime-worker`. Make sure to remove the old python package and service.
This commit is contained in:
parent
a9cd1fb3df
commit
2edbf15bf4
12 changed files with 35 additions and 21 deletions
4
install
4
install
|
@ -591,10 +591,10 @@ section "Worker"
|
|||
|
||||
install_python_app "$SCRIPT_DIR/worker"
|
||||
|
||||
info "creating libretime-celery working directory"
|
||||
info "creating libretime-worker working directory"
|
||||
mkdir_and_chown "$LIBRETIME_USER" "$WORKING_DIR/worker"
|
||||
|
||||
install_service "libretime-celery.service" "$SCRIPT_DIR/worker/install/systemd/libretime-celery.service"
|
||||
install_service "libretime-worker.service" "$SCRIPT_DIR/worker/install/systemd/libretime-worker.service"
|
||||
|
||||
# Install Legacy
|
||||
########################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue