Skip to content

Commit b64b115

Browse files
committed
New release
1 parent 20393f5 commit b64b115

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## v2.3.6 (UNRELEASED)
1+
## v2.3.6
22

33
- Continue with task cleanup
44
- Fix deleting of unregistered services (thanks @Shaiou)
55
- Add bool filter to templates (thanks @eeroniemi)
66
- Fix CONSUL_ACL_POLICY (thanks @eeroniemi)
77
- Correct cleanup task fileglob bogusness
8+
- Switch to SIGTERM in sysvinit stop
89

910
## v2.3.5
1011

templates/consul_sysvinit.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ stop() {
6060
fi
6161

6262
mkpidfile
63-
killproc "${KILLPROC_OPT}" "${CONSUL}" -9
63+
killproc "${KILLPROC_OPT}" "${CONSUL}" -SIGTERM
6464

6565
retcode=$?
6666
rm -f "${LOCK_FILE}" "${PID_FILE}"

0 commit comments

Comments
 (0)