[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 dbus-daemon --system --nofork
ulimit -n 1048576
dbus-daemon --system --nofork 2>&1 | mawk -W interactive '{printf "%c[31m[dbus]%c[0m %s\n", 27, 27, $0}'