fix: service file location update

This commit is contained in:
Piotr Dec 2026-04-08 23:12:40 +02:00
parent 532b32b5c7
commit 0579527e10
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -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