mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-29 06:31:10 +01:00
This commit is contained in:
parent
b1864b6103
commit
6c8da2b6a5
3
changelog/15041.txt
Normal file
3
changelog/15041.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
core: fixed systemd reloading notification
|
||||||
|
```
|
||||||
@ -1627,6 +1627,9 @@ func (c *ServerCommand) Run(args []string) int {
|
|||||||
// changes in kms_libraries)
|
// changes in kms_libraries)
|
||||||
core.ReloadManagedKeyRegistryConfig()
|
core.ReloadManagedKeyRegistryConfig()
|
||||||
|
|
||||||
|
// Notify systemd that the server has completed reloading config
|
||||||
|
c.notifySystemd(systemd.SdNotifyReady)
|
||||||
|
|
||||||
case <-c.SigUSR2Ch:
|
case <-c.SigUSR2Ch:
|
||||||
logWriter := c.logger.StandardWriter(&hclog.StandardLoggerOptions{})
|
logWriter := c.logger.StandardWriter(&hclog.StandardLoggerOptions{})
|
||||||
pprof.Lookup("goroutine").WriteTo(logWriter, 2)
|
pprof.Lookup("goroutine").WriteTo(logWriter, 2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user