]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupsd.html
Don't provide human-readable log message.
[thirdparty/cups.git] / doc / help / man-cupsd.html
CommitLineData
94436c5a
MS
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>cupsd(8)</title>
7</head>
8<body>
9<h1 class="title">cupsd(8)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11cupsd - cups scheduler
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13<b>cupsd
14</b>[ -c
15<i>config-file
16</i>] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ]
17<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
18<i>cupsd</i> is the scheduler for CUPS. It implements a printing system based
19upon the Internet Printing Protocol, version 2.1. If no options are specified
20on the command-line then the default configuration file
ffa2ca90 21<i>/etc/cups/cupsd.conf</i> will be used.
94436c5a
MS
22<h2 class="title"><a name="OPTIONS">Options</a></h2>
23<dl>
24<dt>-c config-file
25</dt>
26<dd></dd>
27<dd>Uses the named configuration file.
28</dd>
29<dt>-f
30</dt>
31<dd></dd>
32<dd>Run <i>cupsd</i> in the foreground; the default is to run in the
33background as a "daemon".
34</dd>
35<dt>-F
36</dt>
37<dd></dd>
38<dd>Run <i>cupsd</i> in the foreground but detach the process from the
39controlling terminal and current directory. This is useful for
40running <i>cupsd</i> from <i>init(8)</i>.
41</dd>
42<dt>-h
43</dt>
44<dd></dd>
45<dd>Shows the program usage.
46</dd>
47<dt>-l
48</dt>
49<dd></dd>
50<dd>This option is passed to <i>cupsd</i> when it is run from
51<i>launchd(8)</i>.
52</dd>
53<dt>-t
54</dt>
55<dd></dd>
56<dd>Test the configuration file for syntax errors.
57</dd>
58</dl>
59<h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
60<i>cupsd</i> implements all of the required IPP/2.1 attributes and
61operations. It also implements several CUPS-specific administration
62operations.
63<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
64<a href='man-backend.html?TOPIC=Man+Pages'>backend(7)</a>, <a href='man-classes.conf.html?TOPIC=Man+Pages'>classes.conf(5)</a>, <a href='man-cups-deviced.html?TOPIC=Man+Pages'>cups-deviced(8)</a>,
65<a href='man-cups-driverd.html?TOPIC=Man+Pages'>cups-driverd(8)</a>, <a href='man-cups-lpd.html?TOPIC=Man+Pages'>cups-lpd(8)</a>, <i>cups-polld(8)</i>,
66<a href='man-cupsd.conf.html?TOPIC=Man+Pages'>cupsd.conf(5)</a>, <a href='man-filter.html?TOPIC=Man+Pages'>filter(7)</a>, <i>launchd(8)</i>,
67<a href='man-mime.convs.html?TOPIC=Man+Pages'>mime.convs(5)</a>, <a href='man-mime.types.html?TOPIC=Man+Pages'>mime.types(5)</a>, <a href='man-printers.conf.html?TOPIC=Man+Pages'>printers.conf(5)</a>,
68<br>
69<a href='http://localhost:631/help'>http://localhost:631/help</a>
70<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
71Copyright 2007-2013 by Apple Inc.
72
73</body>
74</html>