1
0
Fork 0
chrony/debian
Daniel Baumann 22f4df9a28
Releasing progress-linux version 4.6.1-3progress8u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 09:11:32 +02:00
..
conf.d Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
ntp-units.d Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
patches Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
source Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
sources.d Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
tests Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
upstream Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
.gitlab-ci.yml Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
changelog Releasing progress-linux version 4.6.1-3progress8u1. 2025-06-21 09:11:32 +02:00
chrony-dnssrv@.service Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony-dnssrv@.timer Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony-helper Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony-wait.service Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.conf Updating pool.ntp.org vendor zone for progress-linux. 2025-06-21 09:11:27 +02:00
chrony.default Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.dhcp Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.examples Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.if-post-down Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.if-up Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.keys Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.lintian-overrides Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.maintscript Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.ppp.ip-down Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.ppp.ip-up Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chrony.service Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
chronyd-restricted.service Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
clean Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
control Updating vcs fields. 2025-06-21 09:10:31 +02:00
copyright Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
dirs Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
docs Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
init Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
install Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
links Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
NEWS Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
postinst Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
postrm Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
prerm Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
README.Debian Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
rules Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
usr.sbin.chronyd Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00
watch Adding debian version 4.6.1-3. 2025-06-21 09:10:31 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Chrony for Debian
-----------------

 Notes about Debian-specific changes:

 - Default chronys configuration files are located in the /etc/chrony directory.
   It is filled by two important files:
        → chrony.conf (configuration of the chronyd daemon, see man 5 chrony.conf
          for further information)

        → chrony.keys (lists keys used for NTP packets authentication, see
          the “keyfile” directive in the chrony.conf(5) man page)

 - We also provide /etc/ppp/ip-up.d/chrony and /etc/ppp/ip-down.d/chrony
   to put chronyd online/offline depending on the PPP link status.

 - Since version 1.31.1-1, we create the _chrony system user to which chronyd
   will drop root privileges on initialisation. For users already allowing
   chronyd to drop root privileges in favor of the user configured by the "user"
   directive in chrony.conf, your configuration will remain unchanged and will
   still work as it did. However, if you dont want to deviate from Debians
   default configuration, delete or comment out the "user" directive in
   chrony.conf and recursively change the owner of the /var/lib/chrony and
   /var/log/chrony directories. For example:

        # sed -i 's/^user/#user/' /etc/chrony/chrony.conf
        # chown -R _chrony:_chrony /var/l{ib,og}/chrony

 -- Vincent Blut <vincent.debian@free.fr>  Fri, 01 Mar 2019 19:02:12 +0100