From 0579527e10339cbf3d264096f63270ded32ec056 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Wed, 8 Apr 2026 23:12:40 +0200 Subject: [PATCH] fix: service file location update --- systemd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/install.sh b/systemd/install.sh index 0bf7837..c3786ef 100644 --- a/systemd/install.sh +++ b/systemd/install.sh @@ -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