mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Support reloading allowed stats IPs.
This commit is contained in:
parent
be66d9425b
commit
2a1fd2e018
3 changed files with 44 additions and 10 deletions
|
|
@ -417,6 +417,7 @@ loop:
|
|||
log.Printf("Could not read configuration from %s: %s", *configFlag, err)
|
||||
} else {
|
||||
hub.Reload(config)
|
||||
server.Reload(config)
|
||||
}
|
||||
case syscall.SIGUSR1:
|
||||
log.Printf("Received SIGUSR1, scheduling server to shutdown")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue