This commit is contained in:
parent
33de0a0a49
commit
b89fc5af96
|
@ -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)
|
||||
core.ReloadManagedKeyRegistryConfig()
|
||||
|
||||
// Notify systemd that the server has completed reloading config
|
||||
c.notifySystemd(systemd.SdNotifyReady)
|
||||
|
||||
case <-c.SigUSR2Ch:
|
||||
logWriter := c.logger.StandardWriter(&hclog.StandardLoggerOptions{})
|
||||
pprof.Lookup("goroutine").WriteTo(logWriter, 2)
|
||||
|
|
Loading…
Reference in New Issue