summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-12-22 01:08:44 +0300
committerkx <kx@radix.pro>2023-12-22 01:08:44 +0300
commit97fc264372749382a0457ca112295b3b396a58ef (patch)
tree1d8b96edc7c8c11be1759820d694a76047be5ab0
parentc2fc5a14d857442ffe93f66480140de601c15ff8 (diff)
downloadtimedated-97fc264372749382a0457ca112295b3b396a58ef.tar.xz
README.md
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 295555b..b51cbc7 100644
--- a/README.md
+++ b/README.md
@@ -5,34 +5,34 @@
and related settings.
This is the replacement of *systemd* service that control the **org.freedesktop.timedate1**
-D-Bus interface for GNU Linux distributions which does not have a *systemd*.
+*D-Bus interface* for GNU Linux distributions which does not have a *systemd*.
You can find specification at: [freedesktop.org](https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.timedate1.html)
**TimeDate** Daemon does not support interactive parameter which can be used to control
whether PolKit should interactively ask the user for authentication credentials if required.
Instead of interactive way users permissions can be set by PolKit rules in the
-/usr/share/polkit-1/rules.d/org.freedesktop.timedate1.rules file. For example,
+*/usr/share/polkit-1/rules.d/org.freedesktop.timedate1.rules* file. For example,
a system administrator can add Desktop-users into **wheel** group to give them rights
to access the org.freedesktop.timedate1 D-Bus interface.
## Requirements:
- | Package | | version |
- | :--- | :-: | :--- |
- | glib-2.0 | >= | 2.76.0 |
- | gobject-2.0 | >= | 2.76.0 |
- | gio-2.0 | >= | 2.76.0 |
- | polkit-gobject-1 | >= | 123 |
- | libpcre2-8 | >= | 10.36 |
- | dbus | >= | 1.13.18 |
+ | Package | | min Version |
+ | :--- | :--: | :--- |
+ | glib-2.0 | >= | 2.76.0 |
+ | gobject-2.0 | >= | 2.76.0 |
+ | gio-2.0 | >= | 2.76.0 |
+ | polkit-gobject-1 | >= | 123 |
+ | libpcre2-8 | >= | 10.36 |
+ | dbus | >= | 1.13.18 |
## How to Build:
```Bash
- $ meson setup --prefix=/usr . ..
- $ ninja
- $ ninja install
+ meson setup --prefix=/usr . ..
+ ninja
+ ninja install
```
## Supported Distributions: