mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Move filesystem to more generic name & add perms
This commit is contained in:
5
install/production-filesystem/services/start-nginx.sh
Executable file
5
install/production-filesystem/services/start-nginx.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "Starting nginx..."
|
||||
exec nginx \
|
||||
-c "${NGINX_CONFIG_FILE}" \
|
||||
-g "daemon off;" >> "${LOG_APP_FRONT}" 2>&1
|
||||
Reference in New Issue
Block a user