[cups] Update to 2.2.0

This commit is contained in:
Max Winterstein
2023-06-09 23:30:20 +02:00
parent 8bae1322f4
commit 3159e7952d
5 changed files with 16 additions and 4 deletions

View File

@@ -1,2 +1,5 @@
#!/bin/sh
exec nginx -g "daemon off;"
ulimit -n 1048576
nginx -g "daemon off;" 2>&1 | mawk -W interactive '{printf "%c[35m[nginx]%c[0m %s\n", 27, 27, $0}'