Skip to content

Commit

Permalink
2.6 Release 7.2.15 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 17, 2022
1 parent 534a0f1 commit 630fbc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.2.15 2022-08-17 <dave at tiredofit dot ca>

### Changed
- Switch to using exec to launch process


## 7.2.14 2022-08-06 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/etc/services.available/10-openldap/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ulimit -n ${ULIMIT_N}
liftoff

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

0 comments on commit 630fbc8

Please sign in to comment.