]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsd.man.in
Get GNU TLS server-side working again.
[thirdparty/cups.git] / man / cupsd.man.in
CommitLineData
ef416fc2 1.\"
e4e5666b 2.\" "$Id$"
ef416fc2 3.\"
c277f98c 4.\" cupsd man page for CUPS.
ef416fc2 5.\"
c277f98c
MS
6.\" Copyright 2007-2014 by Apple Inc.
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.\"
25d0c3fe 15.TH cupsd 8 "CUPS" "10 June 2014" "Apple Inc."
ef416fc2 16.SH NAME
9aff70cc 17cupsd \- cups scheduler
ef416fc2 18.SH SYNOPSIS
19.B cupsd
2909c66c
MS
20[
21.B \-c
ef416fc2 22.I config-file
2909c66c
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
c277f98c
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
2909c66c 41.BI \-c \ config-file
bd7854cb 42Uses the named configuration file.
43.TP 5
2909c66c 44.B \-f
c277f98c
MS
45Run
46.B cupsd
47in the foreground; the default is to run in the background as a "daemon".
bd7854cb 48.TP 5
2909c66c 49.B \-F
c277f98c
MS
50Run
51.B cupsd
52in the foreground but detach the process from the controlling terminal and current directory. This is useful for running
2909c66c
MS
53.B cupsd
54from
55.BR init (8).
bd7854cb 56.TP 5
2909c66c 57.B \-h
bd7854cb 58Shows the program usage.
59.TP 5
2909c66c 60.B \-l
c277f98c
MS
61This option is passed to
62.B cupsd
63when it is run from
2909c66c
MS
64.BR launchd (8)
65or
66.BR systemd (8).
2e4ff8af 67.TP 5
2909c66c 68.B \-t
2e4ff8af 69Test the configuration file for syntax errors.
2909c66c
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
25d0c3fe 78.I /etc/cups/subscriptions.conf
2909c66c
MS
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
c277f98c 100.B cupsd
2909c66c
MS
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
2909c66c
MS
109.BR backend (7),
110.BR classes.conf (5),
111.BR cups (1),
112.BR cups-deviced (8),
113.BR cups-driverd (8),
114.BR cups-lpd (8),
115.BR cupsd.conf (5),
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
c277f98c 124Copyright \[co] 2007-2014 by Apple Inc.
ef416fc2 125.\"
e4e5666b 126.\" End of "$Id$".
ef416fc2 127.\"