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