summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-05-15 12:03:57 +0200
committerJeroen Roovers <jer@gentoo.org>2019-05-15 12:07:44 +0200
commit29500f59287b983f27b842d72d183ed757069ba0 (patch)
tree98eb789fb798de53096ae0ce9fb2cf956813aff6 /net-misc/chrony/files
parentnet-misc/chrony: Fix patch filename (diff)
downloadgentoo-29500f59287b983f27b842d72d183ed757069ba0.tar.gz
gentoo-29500f59287b983f27b842d72d183ed757069ba0.tar.bz2
gentoo-29500f59287b983f27b842d72d183ed757069ba0.zip
net-misc/chrony: Version 3.5
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/chrony/files')
-rw-r--r--net-misc/chrony/files/chrony-3.5-systemd-gentoo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/chrony/files/chrony-3.5-systemd-gentoo.patch b/net-misc/chrony/files/chrony-3.5-systemd-gentoo.patch
new file mode 100644
index 000000000000..addba4ca1a9d
--- /dev/null
+++ b/net-misc/chrony/files/chrony-3.5-systemd-gentoo.patch
@@ -0,0 +1,12 @@
+--- a/examples/chronyd.service
++++ b/examples/chronyd.service
+@@ -8,8 +8,7 @@
+ [Service]
+ Type=forking
+ PIDFile=/run/chrony/chronyd.pid
+-EnvironmentFile=-/etc/sysconfig/chronyd
+-ExecStart=/usr/sbin/chronyd $OPTIONS
++ExecStart=/usr/sbin/chronyd
+ PrivateTmp=yes
+ ProtectHome=yes
+ ProtectSystem=full