2025-03-14 21:59:59 -06:00
|
|
|
# cupsd
|
|
|
|
|
|
|
|
|
|
> Server daemon for the CUPS print server.
|
|
|
|
|
> More information: <https://openprinting.github.io/cups/doc/man-cupsd.html>.
|
|
|
|
|
|
|
|
|
|
- Start `cupsd` in the background, aka. as a daemon:
|
|
|
|
|
|
|
|
|
|
`cupsd`
|
|
|
|
|
|
|
|
|
|
- Start `cupsd` on the [f]oreground:
|
|
|
|
|
|
|
|
|
|
`cupsd -f`
|
|
|
|
|
|
|
|
|
|
- [l]aunch `cupsd` on-demand (commonly used by `launchd` or `systemd`):
|
|
|
|
|
|
|
|
|
|
`cupsd -l`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Start `cupsd` using the specified `cupsd.conf` [c]onfiguration file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`cupsd -c {{path/to/cupsd.conf}}`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Start `cupsd` using the specified `cups-files.conf` configuration file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`cupsd -s {{path/to/cups-files.conf}}`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- [t]est the `cupsd.conf` [c]onfiguration file for errors:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`cupsd -t -c {{path/to/cupsd.conf}}`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- [t]est the `cups-files.conf` configuration file for errors:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`cupsd -t -s {{path/to/cups-files.conf}}`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Display [h]elp:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`cupsd -h`
|