From b34269d043fd3d396ad23377b61f3fc5d8718655 Mon Sep 17 00:00:00 2001 From: Jeff Keller Date: Thu, 2 Oct 2025 19:04:46 +0000 Subject: [PATCH] Misc tweaks --- install/proxmox/proxmox-install-netalertx.sh | 4 ++-- install/proxmox/requirements.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install/proxmox/proxmox-install-netalertx.sh b/install/proxmox/proxmox-install-netalertx.sh index 87c7c456..1a71f245 100755 --- a/install/proxmox/proxmox-install-netalertx.sh +++ b/install/proxmox/proxmox-install-netalertx.sh @@ -339,7 +339,7 @@ nginx -t || { /etc/init.d/nginx start # Make a start script -cat > "$INSTALL_DIR/start.netalertx.sh" << 'EOF' +cat > "$INSTALL_DIR/start.netalertx.sh" << EOF #!/usr/bin/env bash # Activate the virtual python environment @@ -371,7 +371,7 @@ Wants=network-online.target Type=simple User=www-data Group=www-data -ExecStart=/bin/bash -lc '/app/start.netalertx.sh' +ExecStart=/app/start.netalertx.sh WorkingDirectory=/app Restart=on-failure RestartSec=5 diff --git a/install/proxmox/requirements.txt b/install/proxmox/requirements.txt index d1127387..2525b62e 100644 --- a/install/proxmox/requirements.txt +++ b/install/proxmox/requirements.txt @@ -1,6 +1,5 @@ openwrt-luci-rpc asusrouter -asyncio aiohttp graphene flask