diff options
author | Sam James <sam@gentoo.org> | 2021-12-17 00:45:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-17 02:52:40 +0000 |
commit | ea54be30d319e23b38793bfdb1317c70715ff842 (patch) | |
tree | d313eaa4317054b692315903ea9d3aa3569816fa /net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch | |
parent | x11-terms/gnome-terminal: Version bump to 3.42.2 (diff) | |
download | gentoo-ea54be30d319e23b38793bfdb1317c70715ff842.tar.gz gentoo-ea54be30d319e23b38793bfdb1317c70715ff842.tar.bz2 gentoo-ea54be30d319e23b38793bfdb1317c70715ff842.zip |
net-misc/chrony: add 4.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch')
-rw-r--r-- | net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch b/net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch new file mode 100644 index 000000000000..1852cdeb92e9 --- /dev/null +++ b/net-misc/chrony/files/chrony-4.2-systemd-gentoo.patch @@ -0,0 +1,13 @@ +diff --git a/examples/chronyd.service b/examples/chronyd.service +index 4fb930e..8df627a 100644 +--- a/examples/chronyd.service ++++ b/examples/chronyd.service +@@ -9,7 +9,7 @@ ConditionCapability=CAP_SYS_TIME + Type=forking + PIDFile=/run/chrony/chronyd.pid + EnvironmentFile=-/etc/sysconfig/chronyd +-ExecStart=/usr/sbin/chronyd $OPTIONS ++ExecStart=/usr/sbin/chronyd $OPTIONS -u ntp -F 2 + + CapabilityBoundingSet=~CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE + CapabilityBoundingSet=~CAP_BLOCK_SUSPEND CAP_KILL CAP_LEASE CAP_LINUX_IMMUTABLE |