From 2375d938808fb7c9f0dc6a8a852ecff787d3dfd8 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:01:20 +0200 Subject: [PATCH] Update service configuration for PVE Scripts installation --- install/pve-scripts-local-install.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/install/pve-scripts-local-install.sh b/install/pve-scripts-local-install.sh index 62fe66f2..71f6977b 100644 --- a/install/pve-scripts-local-install.sh +++ b/install/pve-scripts-local-install.sh @@ -35,17 +35,14 @@ chmod 755 data $STD npm run build msg_ok "Installed PVE Scripts local" -SERVICE_NAME="pvescriptslocal" -SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service" - msg_info "Creating Service" -cat > "$SERVICE_FILE" < "etc/systemd/system/pvescriptslocal.service" <