feat: support for IPP printing + test page

This commit is contained in:
2026-04-01 21:15:27 +02:00
parent 868d0fd4f5
commit 550d4d2a19
28 changed files with 4121 additions and 62 deletions
+12
View File
@@ -0,0 +1,12 @@
.TH PRINTD 1
.SH NAME
printd \- MontaukOS userspace print spooler daemon
.SH SYNOPSIS
.B printd
.SH DESCRIPTION
.B printd
monitors the print spool directories, claims queued jobs, and delivers them to IPP printers.
It is normally launched automatically by
.BR init (1)
and does not require direct user interaction.