summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-19 18:01:13 +0000
committerSam James <sam@gentoo.org>2023-01-19 18:02:32 +0000
commite276465660720433c8261e3fcbdcb974547de341 (patch)
tree94326c5b767b2ef37f1f6a1d43b240947bbfb094 /net-nds
parentnet-nds/openldap: drop 2.4.57-r2 (diff)
downloadgentoo-e276465660720433c8261e3fcbdcb974547de341.tar.gz
gentoo-e276465660720433c8261e3fcbdcb974547de341.tar.bz2
gentoo-e276465660720433c8261e3fcbdcb974547de341.zip
net-nds/openldap: fix systemd unit
Closes: https://bugs.gentoo.org/843029 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/files/slapd.service1
-rw-r--r--net-nds/openldap/openldap-2.6.3-r5.ebuild (renamed from net-nds/openldap/openldap-2.6.3-r4.ebuild)2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/openldap/files/slapd.service b/net-nds/openldap/files/slapd.service
index 3427b87e936e..028dc879f46a 100644
--- a/net-nds/openldap/files/slapd.service
+++ b/net-nds/openldap/files/slapd.service
@@ -7,6 +7,7 @@ Type=forking
PIDFile=/run/openldap/slapd.pid
ExecStartPre=/usr/sbin/slaptest -Q -u $SLAPD_OPTIONS
ExecStart=/usr/lib/openldap/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
+NotifyAccess=all
[Install]
WantedBy=multi-user.target
diff --git a/net-nds/openldap/openldap-2.6.3-r4.ebuild b/net-nds/openldap/openldap-2.6.3-r5.ebuild
index 14a589aac4b0..32a69aa7ee54 100644
--- a/net-nds/openldap/openldap-2.6.3-r4.ebuild
+++ b/net-nds/openldap/openldap-2.6.3-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7