packaging: Provide a systemd service file for samba-bgqd
commitc97071726e163b40f0e391af70e81b3e6c1ab0eb
authorAndreas Schneider <asn@samba.org>
Mon, 4 Mar 2024 09:58:23 +0000 (4 10:58 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 14 Mar 2024 12:19:56 +0000 (14 12:19 +0000)
treeeab786be9aa20237c88b9e7ab3340c5109636c51
parent6ee3f809a54d7b833ff798e68a93ada00a215d4d
packaging: Provide a systemd service file for samba-bgqd

There might be scenarios where the background queue daemon should be
running all the time instead of being started on demand. This makes
especially sense for bigger printing servers with a lot of printers. It
takes ~1 sec to get a printer from cups, so a print server with 100
printers needs 100 seconds to update the printer_list.tdb. The service
will be killed because of idle in the meantime.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15600

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Thu Mar 14 12:19:56 UTC 2024 on atb-devel-224
packaging/systemd/samba-bgqd.service.in [new file with mode: 0644]
packaging/wscript_build