From c6f9db50a6770452551efbb1269dd30ce3f734a5 Mon Sep 17 00:00:00 2001 From: kx Date: Thu, 21 Dec 2023 21:32:46 +0300 Subject: README.md --- README | 58 ---------------------------------------------------------- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 1bdca4b..0000000 --- a/README +++ /dev/null @@ -1,58 +0,0 @@ - -Timedate Daemon -=============== - -Requirements: ------------- - - glib-2.0 >= 2.58 - gobject-2.0 >= 2.58 - gio-2.0 >= 2.58 - polkit-gobject-1 >= 123 - libpcre2-8 >= 10.36 - dbus >= 1.13.18 - -TimeDate Daemon is a system service that can be used to control -the system time and related settings. - -This is replacement of systemd service that control the org.freedesktop.timedate1 -D-Bus interface for GNU Linux distributions which has not have a systemd. - -You can find specification at: - 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, -system administrator can add Desktop-users into 'wheel group to give him coresponded -permissions. - - -How to Build: -============ - - $ meson setup --prefix=/usr . .. - $ ninja - $ ninja install - - -Supported Distributions: -======================= - - - Radix cross Linux [https://radix.pro] - - Slackware [http://www.slackware.com] - (needed litle changes in timeconfig script) - -For other systems the special implementation of NTP daemon control should be developed. - - -TODO: -==== - - - timedatectl (simply it can be writen in Bash). - - -LICENSE: -======= - GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/README.md b/README.md new file mode 100644 index 0000000..88921e8 --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ + +Timedate Daemon +=============== + +Requirements: +------------ + + glib-2.0 >= 2.58 + gobject-2.0 >= 2.58 + gio-2.0 >= 2.58 + polkit-gobject-1 >= 123 + libpcre2-8 >= 10.36 + dbus >= 1.13.18 + +TimeDate Daemon is a system service that can be used to control the system time +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. + +You can find specification at: + 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, +a system administrator can add Desktop-users into 'wheel' group to give them rights +to access the org.freedesktop.timedate1 D-Bus interface. + + +How to Build: +============ + + $ meson setup --prefix=/usr . .. + $ ninja + $ ninja install + + +Supported Distributions: +======================= + + - Radix cross Linux [https://radix.pro] + - Slackware [http://www.slackware.com] + (needed litle changes in timeconfig script) + +For other systems the special implementation of NTP daemon control should be developed. + + +TODO: +==== + + - timedatectl (simply it can be writen in Bash). + + +LICENSE: +======= + GNU GENERAL PUBLIC LICENSE Version 2, June 1991 -- cgit v1.2.3