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