Skip to content

Commit 630fbc8

Browse files
committed
2.6 Release 7.2.15 - See CHANGELOG.md
1 parent 534a0f1 commit 630fbc8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.2.15 2022-08-17 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Switch to using exec to launch process
5+
6+
17
## 7.2.14 2022-08-06 <dave at tiredofit dot ca>
28

39
### Changed

install/etc/services.available/10-openldap/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ulimit -n ${ULIMIT_N}
1111
liftoff
1212

1313
print_start "Starting OpenLDAP ${OPENLDAP_VERSION}"
14-
slapd $SLAPD_ARGS -h "${SLAPD_HOSTS}" -u ldap -g ldap ${log_level} >>${log_argument} 2>&1
14+
exec slapd $SLAPD_ARGS -h "${SLAPD_HOSTS}" -u ldap -g ldap ${log_level} >>${log_argument} 2>&1

0 commit comments

Comments
 (0)