fix: service file location update
This commit is contained in:
parent
532b32b5c7
commit
0579527e10
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ log "Aplikacja rozpakowana do $APP_DIR"
|
|||
sudo -u karl bash -c "python3 -m venv venv && source venv/bin/activate && pip install uv && uv sync"
|
||||
|
||||
# --- 10. Kopiowanie pliku usługi systemd ---
|
||||
SERVICE_SRC="$(dirname "$(realpath "$0")")/karl.service"
|
||||
SERVICE_SRC="$APP_DIR/systemd/karl.service"
|
||||
SERVICE_DST="/etc/systemd/system/karl.service"
|
||||
|
||||
if [[ ! -f "$SERVICE_SRC" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue