Misc tweaks

This commit is contained in:
Jeff Keller
2025-10-02 19:04:46 +00:00
parent 683f4e6c2d
commit b34269d043
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,5 @@
openwrt-luci-rpc
asusrouter
asyncio
aiohttp
graphene
flask