aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 344fea5744eef6d24d1db8055c9b6da6372b9914 (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
OpenRC-settingsd provides an implementation of the the hostnamed, localed,
and timedated D-Bus services for OpenRC-based systems - in particular, for
typical installations of Gentoo Linux.

It is maintained by Gentoo's GNOME desktop team, which can be contacted
via gnome@gentoo.org, or in #gentoo-desktop on Freenode IRC.

Homepage: http://gnome.gentoo.org/openrc-settingsd.xml

Bugs should be reported to Gentoo Bugzilla (https://bugs.gentoo.org/)
using "GNOME" as the component.

Hostnamed:

 See http://www.freedesktop.org/wiki/Software/systemd/hostnamed for the D-Bus
 protocol description.

 The static hostname is stored in /etc/conf.d/hostname as
 hostname="foo"

 The pretty hostname and icon name are stored in /etc/machine-info as
 PRETTY_HOSTNAME="Foo !"
 ICON_NAME="computer-desktop"

 It is strongly recommended that hostnamed be used with nss-myhostname
 (http://0pointer.de/lennart/projects/nss-myhostname/) to ensure the local
 host name always remains resolvable.

Localed:

 See http://www.freedesktop.org/wiki/Software/systemd/localed for the D-Bus
 protocol description.

 The system locale variables are set in /etc/env.d/02locale.

 Virtual console keymap is set in /etc/conf.d/keymaps as
 keymap="foo"
 The virtual console keymap toggle is not supported.

 X11 keyboard options are set in /etc/X11/xorg.conf.d/30-keyboard.conf
 (falling back to 00-keyboard.conf if it exists and 30-keyboard.conf does
 not). See http://www.gentoo.org/doc/en/xorg-config.xml for configuration
 information.

Timedated:

  See http://www.freedesktop.org/wiki/Software/systemd/timedated for the
  D-Bus protocol description.

  The RTC UTC vs. local time setting is set in /etc/conf.d/hwclock as
  clock="UTC" or clock="local".

  The timezone is set in /etc/timezone and /etc/localtime.

  OpenRC-settingsd attempts to auto-detect an appropriate ntp implementation.
  To avoid auto-detection, use the --ntp-service command line option.

Note that OpenRC-settingsd expects any shell-syntax settings files that it
modifies to be in UTF-8 encoding, and to consist only of comments and simple
scalar assignments, i.e. something like

# a comment
foo="bar"
baz='Let'\''s go!'

If OpenRC-settingsd fails to parse a settings file, it will refuse to modify
it.