We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e378a commit 1480657Copy full SHA for 1480657
ChangeLog.md
@@ -10,6 +10,12 @@ All relevant changes are documented in this file.
10
- N/A
11
12
### Fixes
13
+ - Fix #432: allow services in `setup` state to be stopped. This fixes
14
+ a serious blocker introduced in 4.10 that prevented systems from
15
+ being rebooted when any service was in this state
16
+ - Fix fallback `SIGKILL` when stopping a service with `SIGTERM` does
17
+ not work. This fixes a serious issue with services not responding to
18
+ the default `SIGTERM`
19
- Fix pre/post/ready/cleanup script execution if service has an
20
optional `env:file` (leading `-`)
21
0 commit comments