2021-10-19 17:54:59 +01:00
|
|
|
# cupsd
|
|
|
|
|
|
|
|
> Server daemon for the CUPS print server.
|
2023-12-28 15:33:50 +00:00
|
|
|
> More information: <https://openprinting.github.io/cups/doc/man-cupsd.html>.
|
2021-10-19 17:54:59 +01:00
|
|
|
|
|
|
|
- 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`
|
|
|
|
|
|
|
|
- Start `cupsd` using the specified [`c`]`upsd.conf` configuration file:
|
|
|
|
|
|
|
|
`cupsd -c {{path/to/cupsd.conf}}`
|
|
|
|
|
|
|
|
- Start `cupsd` using the specified `cups-file`[`s`]`.conf` configuration file:
|
|
|
|
|
|
|
|
`cupsd -s {{path/to/cups-files.conf}}`
|
|
|
|
|
|
|
|
- [t]est the [`c`]`upsd.conf` configuration file for errors:
|
|
|
|
|
|
|
|
`cupsd -t -c {{path/to/cupsd.conf}}`
|
|
|
|
|
|
|
|
- [t]est the `cups-file`[`s`]`.conf` configuration file for errors:
|
|
|
|
|
|
|
|
`cupsd -t -s {{path/to/cups-files.conf}}`
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help:
|
2021-10-19 17:54:59 +01:00
|
|
|
|
|
|
|
`cupsd -h`
|