1oddjobd(8) System Manager's Manual oddjobd(8)
2
3
4
6 oddjobd - privileged operations for unprivileged processes
7
8
10 oddjobd [-n] [-d] [-p pidfile] [-c configfile] [-S] [-t timeout]
11
12
14 The oddjobd daemon provides the com.redhat.oddjob service on the sys‐
15 tem-wide message bus. Each facility which oddjobd provides is provided
16 as a separate D-Bus method.
17
18 Any method can be invoked by name by any user, subject to access con‐
19 trols enforced by both D-Bus and oddjobd.
20
21 Most methods are implemented as helper programs.
22
23
25 -n Do not fork and become a daemon process.
26
27 -d Print debugging messages to stderr. Implies -n.
28
29 -p pidfile
30 Store the daemon's process ID in the named file.
31
32 -c /etc/oddjobd.conf
33 Read the daemon's configuration from the named file.
34
35 -S Connect to the session bus instead of the system bus. Used for
36 testing only.
37
38 -t timeout
39 Specifies the amount of time which will pass between attempts to
40 reconnect to the bus if oddjobd is disconnected for any reason.
41 If the specified timeout is above 5, then oddjobd will first
42 attempt to connect up to 10 times at intervals of 5 seconds.
43 The default reconnect timeout is 30 seconds.
44
45
47 SIGHUP Reload the configuration. Client requests which are in the
48 process of being served will run to completion even if the
49 newly-loaded configuration does not include the service, object,
50 interface, or method.
51
52
54 oddjob_request(1) oddjob.conf(5) oddjobd.conf(5)
55
56
57
58oddjob Manual 5 April 2006 oddjobd(8)