Timedate Daemon

Timedate daemon to control org.freedesktop.timedate1 D-Bus interface

18 Commits   0 Branches   3 Tags
author: kx <kx@radix.pro> 2023-12-21 21:15:15 +0300 committer: kx <kx@radix.pro> 2023-12-21 21:15:15 +0300 commit: 938dce1e03ee7b5f16c6955dd055916dd2d515d0 parent: fcf296f311f6cc515afb16b8c08e4ddd3da807cb
Commit Summary:
Version 1.0.0
Diffstat:
1 file changed, 20 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..d581a2d
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,26 @@
+
+option('privileged-group',
+       type : 'string',
+       value: 'wheel',
+       description : 'The name of the group whose members have administrator privileges')
+
+option('hwclock_conf',
+       type : 'string',
+       value: '/etc/hardwareclock',
+       description : 'Hardware clock time config file')
+
+option('adjtime_conf',
+       type : 'string',
+       value: '/etc/adjtime',
+       description : 'Adjtimex config file')
+
+option('ntpd_conf',
+       type : 'string',
+       value: '/etc/ntp.conf',
+       description : 'NTP daemon config file')
+
+option('ntpd_rc',
+       type : 'string',
+       value: '/etc/rc.d/rc.ntpd',
+       description : 'NTP daemon start/stop script')
+