From: Andreas Schneider Date: Thu, 23 Oct 2025 09:00:38 +0000 (+0200) Subject: docs-xml: Improve the samba-bgqd manpage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9322231f716237abba8627acda62c279c6a90f4f;p=thirdparty%2Fsamba.git docs-xml: Improve the samba-bgqd manpage BUG: https://bugzilla.samba.org/show_bug.cgi?id=15809 Signed-off-by: Andreas Schneider Reviewed-by: Anoop C S Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Fri Nov 14 15:05:11 UTC 2025 on atb-devel-224 --- diff --git a/docs-xml/manpages/samba-bgqd.8.xml b/docs-xml/manpages/samba-bgqd.8.xml index ef50a542a9e..9a16a2aaad0 100644 --- a/docs-xml/manpages/samba-bgqd.8.xml +++ b/docs-xml/manpages/samba-bgqd.8.xml @@ -14,28 +14,53 @@ samba-bgqd This is an internal helper program performing - asynchronous printing-related jobs. + asynchronous printing-related tasks samba-bgqd + -D|--daemon + -i|--interactive + -F|--foreground + --no-process-group + -d <debug level> + --debug-stdout + --configfile=<configuration file> + --option=<name>=<value> + -l|--log-basename <log directory> + --ready-signal-fd <fd> + --parent-watch-fd <fd> DESCRIPTION - This tool is part of the + This program is part of the samba 7 suite. - samba-bgqd is an helper program to be spawned by smbd or - spoolssd to perform jobs like updating the printer list or - other management tasks asynchronously on demand. It is not - intended to be called by users or administrators. + samba-bgqd is not intended to be invoked + directly by users. + + Likewise, while samba-bgqd is also not + intended to be run manually by system administrators, on systems with a + large number of printers configured via CUPS, it is recommended to run + samba-bgqd as a systemd service to improve + performance and responsiveness of printing operations. + + SEE ALSO + + + smbd + 8, and + smb.conf + 5. + + AUTHOR