aboutsummaryrefslogtreecommitdiff
blob: 6e4666c0446e8aa432454d33f1ba07cb4f7101b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.TH "OPENRC-SETTINGSD" "8" "September 2012" "OpenRC-settingsd" "openrc-settingsd"
.SH "NAME"
openrc\-settingsd \- system settings D\-Bus service for OpenRC
.SH "SYNOPSIS"
\fBopenrc\-settingsd\fR [\fB\-\-help\fR] [\fB\-\-debug\fR] [\fB\-\-read\-only\fR]
[\fB\-\-foreground\fR] [\fB\-\-update\-rc\-status\fR] [\fB\-\-ntp\-service\fR=\fISERVICE\fR]
.SH "DESCRIPTION"
.PP
The \fBopenrc\-settingsd\fR daemon implements the standard hostnamed (i.e.
\fIorg.freedesktop.hostname1\fR), localed (i.e. \fIorg.freedesktop.locale1\fR), and
timedated (\fIorg.freedesktop.timedate1\fR) D\-Bus interfaces for OpenRC systems.
Users and administrators should not need to launch the \fBopenrc\-settingsd\fR
executable manually. Depending on the installation, it will either be launched
automatically via D\-Bus activation when needed, or started by the administrator
as an OpenRC service using \fI/etc/init.d/openrc\-settingsd\fR.    
.SH "OPTIONS"
.PP
\fB\-\-help\fR
.RS 4
Show help options.
.RE
.PP
\fB\-\-debug\fR
.RS 4
Enable debugging messages. Not recommended unless in foreground mode.
.RE
.PP
\fB\-\-read\-only\fR
.RS 4
Run daemon in read-only mode. It will read settings files, but will not
modify them.
.RE
.PP
\fB\-\-foreground\fR
.RS 4
Run in foreground mode (i.e. not daemonized). Messages will be logged to stderr
instead of the system log.
.RE
.PP
\fB\-\-update\-rc\-status\fR
.RS 4
Automatically set the status of the \fIopenrc\-settingsd\fR service to \fIstarted\fR
when the daemon successfully starts, and to \fIstopped\fR when the daemon stops. If
\fBopenrc\-settingsd\fR is manually launched with this argument, the administrator
will be able to stop it via \fI/etc/init.d/openrc\-settingsd\fR\ \fIstop\fR.
.RE
.PP
\fB\-\-ntp\-service\fR=\fISERVICE\fR
.RS 4
Specify which OpenRC service to use as the NTP service. If this option is not used,
\fBopenrc\-settingsd\fR will attempt to autodetect an appropriate ntp implementation.
.RE
.SH "AUTHORS"
.PP
Written by
.MT tetromino@gentoo.org
Alexandre Rostovtsev
.ME .
.SH "BUGS"
.PP
Bug reports should be submitted to the
.UR https://bugs.gentoo.org/
Gentoo Bugzilla
.UE ; use \fIGNOME\fR as the component.
.SH "SEE ALSO"
.PP
\fBdbus\-daemon\fR(1), \fBpolkit\fR(8), \fBrc\fR(8)