]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/cupsd.8
Bump the default Timeout to 15 minutes as well (Issue #5570)
[thirdparty/cups.git] / man / cupsd.8
... / ...
CommitLineData
1.\"
2.\" cupsd man page for CUPS.
3.\"
4.\" Copyright © 2007-2019 by Apple Inc.
5.\" Copyright © 1997-2006 by Easy Software Products.
6.\"
7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
8.\" information.
9.\"
10.TH cupsd 8 "CUPS" "26 April 2019" "Apple Inc."
11.SH NAME
12cupsd \- cups scheduler
13.SH SYNOPSIS
14.B cupsd
15[
16.B \-c
17.I cupsd.conf
18] [
19.B \-f
20] [
21.B \-F
22] [
23.B \-h
24] [
25.B \-l
26] [
27.B \-s
28.I cups-files.conf
29] [
30.B \-t
31]
32.SH DESCRIPTION
33.B cupsd
34is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1, and supports most of the requirements for IPP Everywhere. If no options are specified on the command-line then the default configuration file
35.I /etc/cups/cupsd.conf
36will be used.
37.SH OPTIONS
38.TP 5
39.BI \-c \ cupsd.conf
40Uses the named cupsd.conf configuration file.
41.TP 5
42.B \-f
43Run
44.B cupsd
45in the foreground; the default is to run in the background as a "daemon".
46.TP 5
47.B \-F
48Run
49.B cupsd
50in the foreground but detach the process from the controlling terminal and current directory. This is useful for running
51.B cupsd
52from
53.BR init (8).
54.TP 5
55.B \-h
56Shows the program usage.
57.TP 5
58.B \-l
59This option is passed to
60.B cupsd
61when it is run from
62.BR launchd (8)
63or
64.BR systemd (8).
65.TP 5
66.BI \-s \ cups-files.conf
67Uses the named cups-files.conf configuration file.
68.TP 5
69.B \-t
70Test the configuration file for syntax errors.
71.SH FILES
72.nf
73.I /etc/cups/classes.conf
74.I /etc/cups/cups-files.conf
75.I /etc/cups/cupsd.conf
76.I /usr/share/cups/mime/mime.convs
77.I /usr/share/cups/mime/mime.types
78.I /etc/cups/printers.conf
79.I /etc/cups/subscriptions.conf
80.fi
81.SH CONFORMING TO
82.B cupsd
83implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administrative operations.
84.SH EXAMPLES
85Run
86.B cupsd
87in the background with the default configuration file:
88.nf
89
90 cupsd
91
92.fi
93Test a configuration file called
94.IR test.conf :
95.nf
96
97 cupsd \-t \-c test.conf
98
99.fi
100Run
101.B cupsd
102in the foreground with a test configuration file called
103.IR test.conf :
104.nf
105
106 cupsd \-f \-c test.conf
107
108.fi
109.SH SEE ALSO
110.BR backend (7),
111.BR classes.conf (5),
112.BR cups (1),
113.BR cups-files.conf (5),
114.BR cups-lpd (8),
115.BR cupsd.conf (5),
116.BR cupsd-helper (8),
117.BR cupsd-logs (8),
118.BR filter (7),
119.BR launchd (8),
120.BR mime.convs (5),
121.BR mime.types (5),
122.BR printers.conf (5),
123.BR systemd (8),
124CUPS Online Help (http://localhost:631/help)
125.SH COPYRIGHT
126Copyright \[co] 2007-2019 by Apple Inc.