Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
docker-openldap
Commits
74fc17d5
Commit
74fc17d5
authored
Sep 25, 2015
by
Michał 'rysiek' Woźniak
Browse files
job control bugfix
parent
7dc29f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
entrypoint.sh
entrypoint.sh
+2
-2
No files found.
entrypoint.sh
View file @
74fc17d5
...
...
@@ -111,7 +111,7 @@ else
chown
-R
openldap:openldap
"
$SLAPD_DBPATH
"
# starting slapd, needed for schemas, modules and init scripts
slapd
-u
openldap
-g
openldap
-h
"ldapi://%2fvar%2frun%2fldap%2fldapi"
slapd
-d
32768
-u
openldap
-g
openldap
-h
"ldapi://%2fvar%2frun%2fldap%2fldapi"
>
/dev/null 2>&1 &
SLAPD_PID
=
"
$!
"
# schemas
...
...
@@ -145,7 +145,7 @@ else
# permissions
chown
-R
openldap:openldap
"
$SLAPD_DBPATH
"
# starting slapd, needed for init scripts
slapd
-u
openldap
-g
openldap
-h
"ldapi://%2fvar%2frun%2fldap%2fldapi"
slapd
-d
32768
-u
openldap
-g
openldap
-h
"ldapi://%2fvar%2frun%2fldap%2fldapi"
>
/dev/null 2>&1 &
SLAPD_PID
=
"
$!
"
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment