mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/sh
|
|
|
|
ulimit -n 1048576
|
|
|
|
nginx -g "daemon off;" 2>&1 | mawk -W interactive '{printf "%c[35m[nginx]%c[0m %s\n", 27, 27, $0}' |