Skip to content

Commit 8202adb

Browse files
committed
kill with default signal SIGTERM
1 parent e91d82e commit 8202adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/service/slapd/container-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ EOF
239239
# stop OpenLDAP
240240
SLAPD_PID=$(cat /run/slapd/slapd.pid)
241241
echo "Kill slapd, pid: $SLAPD_PID"
242-
kill -INT $SLAPD_PID
242+
kill $SLAPD_PID
243243
echo "[ok]"
244244

245245
sleep 3

0 commit comments

Comments
 (0)