]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsd.man.in
Import experimental work-in-progress HTTP/2 branch
[thirdparty/cups.git] / man / cupsd.man.in
CommitLineData
ef416fc2 1.\"
354aadbe 2.\" "$Id: cupsd.man.in 13138 2016-03-15 14:59:54Z msweet $"
ef416fc2 3.\"
c277f98c 4.\" cupsd man page for CUPS.
ef416fc2 5.\"
3b433010 6.\" Copyright 2007-2016 by Apple Inc.
c277f98c 7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
c277f98c
MS
9.\" These coded instructions, statements, and computer programs are the
10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 14.\"
3b433010 15.TH cupsd 8 "CUPS" "12 February 2016" "Apple Inc."
ef416fc2 16.SH NAME
9aff70cc 17cupsd \- cups scheduler
ef416fc2 18.SH SYNOPSIS
19.B cupsd
2909c66c
MS
20[
21.B \-c
3b433010 22.I cupsd.conf
fbfee7a8 23] [
2909c66c
MS
24.B \-f
25] [
26.B \-F
27] [
28.B \-h
29] [
3b433010
MS
30.B \-l
31] [
32.B \-s
33.I cups-files.conf
2909c66c 34] [
3b433010 35.B \-t
2909c66c 36]
ef416fc2 37.SH DESCRIPTION
c277f98c 38.B cupsd
3b433010 39is 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
c277f98c
MS
40.I /etc/cups/cupsd.conf
41will be used.
bd7854cb 42.SH OPTIONS
43.TP 5
3b433010
MS
44.BI \-c \ cupsd.conf
45Uses the named cupsd.conf configuration file.
bd7854cb 46.TP 5
2909c66c 47.B \-f
c277f98c
MS
48Run
49.B cupsd
50in the foreground; the default is to run in the background as a "daemon".
bd7854cb 51.TP 5
2909c66c 52.B \-F
c277f98c
MS
53Run
54.B cupsd
55in the foreground but detach the process from the controlling terminal and current directory. This is useful for running
2909c66c
MS
56.B cupsd
57from
58.BR init (8).
bd7854cb 59.TP 5
2909c66c 60.B \-h
bd7854cb 61Shows the program usage.
62.TP 5
2909c66c 63.B \-l
c277f98c
MS
64This option is passed to
65.B cupsd
66when it is run from
2909c66c
MS
67.BR launchd (8)
68or
69.BR systemd (8).
2e4ff8af 70.TP 5
3b433010
MS
71.BI \-s \ cups-files.conf
72Uses the named cups-files.conf configuration file.
73.TP 5
2909c66c 74.B \-t
2e4ff8af 75Test the configuration file for syntax errors.
2909c66c
MS
76.SH FILES
77.nf
78.I /etc/cups/classes.conf
79.I /etc/cups/cups-files.conf
80.I /etc/cups/cupsd.conf
81.I /usr/share/cups/mime/mime.convs
82.I /usr/share/cups/mime/mime.types
83.I /etc/cups/printers.conf
25d0c3fe 84.I /etc/cups/subscriptions.conf
2909c66c
MS
85.fi
86.SH CONFORMING TO
87.B cupsd
88implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administrative operations.
89.SH EXAMPLES
90Run
91.B cupsd
92in the background with the default configuration file:
93.nf
94
95 cupsd
96
97.fi
98Test a configuration file called
99.IR test.conf :
100.nf
101
102 cupsd \-t \-c test.conf
103
104.fi
105Run
c277f98c 106.B cupsd
2909c66c
MS
107in the foreground with a test configuration file called
108.IR test.conf :
109.nf
110
111 cupsd \-f \-c test.conf
112
113.fi
ef416fc2 114.SH SEE ALSO
2909c66c
MS
115.BR backend (7),
116.BR classes.conf (5),
117.BR cups (1),
3b433010 118.BR cups-files.conf (5),
2909c66c
MS
119.BR cups-lpd (8),
120.BR cupsd.conf (5),
77d314e6
MS
121.BR cupsd-helper (8),
122.BR cupsd-logs (8),
2909c66c
MS
123.BR filter (7),
124.BR launchd (8),
125.BR mime.convs (5),
126.BR mime.types (5),
127.BR printers.conf (5),
128.BR systemd (8),
129CUPS Online Help (http://localhost:631/help)
ef416fc2 130.SH COPYRIGHT
3b433010 131Copyright \[co] 2007-2016 by Apple Inc.
ef416fc2 132.\"
354aadbe 133.\" End of "$Id: cupsd.man.in 13138 2016-03-15 14:59:54Z msweet $".
ef416fc2 134.\"