This commit is contained in:
11notes
2022-11-02 00:17:07 +01:00
parent 77753b9b77
commit b75504f7ad
7 changed files with 20 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/ash
if [ -z "$1" ]; then
set -- "nginx" \
-g \
daemon off
fi
exec "$@"