Timedate Daemon

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

18 Commits   0 Branches   3 Tags
938dce1e (kx 2023-12-21 21:15:15 +0300  1) 
938dce1e (kx 2023-12-21 21:15:15 +0300  2) option('privileged-group',
938dce1e (kx 2023-12-21 21:15:15 +0300  3)        type : 'string',
938dce1e (kx 2023-12-21 21:15:15 +0300  4)        value: 'wheel',
938dce1e (kx 2023-12-21 21:15:15 +0300  5)        description : 'The name of the group whose members have administrator privileges')
938dce1e (kx 2023-12-21 21:15:15 +0300  6) 
938dce1e (kx 2023-12-21 21:15:15 +0300  7) option('hwclock_conf',
938dce1e (kx 2023-12-21 21:15:15 +0300  8)        type : 'string',
938dce1e (kx 2023-12-21 21:15:15 +0300  9)        value: '/etc/hardwareclock',
938dce1e (kx 2023-12-21 21:15:15 +0300 10)        description : 'Hardware clock time config file')
938dce1e (kx 2023-12-21 21:15:15 +0300 11) 
938dce1e (kx 2023-12-21 21:15:15 +0300 12) option('adjtime_conf',
938dce1e (kx 2023-12-21 21:15:15 +0300 13)        type : 'string',
938dce1e (kx 2023-12-21 21:15:15 +0300 14)        value: '/etc/adjtime',
938dce1e (kx 2023-12-21 21:15:15 +0300 15)        description : 'Adjtimex config file')
938dce1e (kx 2023-12-21 21:15:15 +0300 16) 
938dce1e (kx 2023-12-21 21:15:15 +0300 17) option('ntpd_conf',
938dce1e (kx 2023-12-21 21:15:15 +0300 18)        type : 'string',
938dce1e (kx 2023-12-21 21:15:15 +0300 19)        value: '/etc/ntp.conf',
938dce1e (kx 2023-12-21 21:15:15 +0300 20)        description : 'NTP daemon config file')
938dce1e (kx 2023-12-21 21:15:15 +0300 21) 
938dce1e (kx 2023-12-21 21:15:15 +0300 22) option('ntpd_rc',
938dce1e (kx 2023-12-21 21:15:15 +0300 23)        type : 'string',
938dce1e (kx 2023-12-21 21:15:15 +0300 24)        value: '/etc/rc.d/rc.ntpd',
938dce1e (kx 2023-12-21 21:15:15 +0300 25)        description : 'NTP daemon start/stop script')
938dce1e (kx 2023-12-21 21:15:15 +0300 26)