mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-18 06:50:16 +02:00
Clarify SIGHUP log message (#2661)
This commit is contained in:
@@ -822,7 +822,7 @@ func (h *Headscale) Serve() error {
|
|||||||
case syscall.SIGHUP:
|
case syscall.SIGHUP:
|
||||||
log.Info().
|
log.Info().
|
||||||
Str("signal", sig.String()).
|
Str("signal", sig.String()).
|
||||||
Msg("Received SIGHUP, reloading ACL and Config")
|
Msg("Received SIGHUP, reloading ACL policy")
|
||||||
|
|
||||||
if h.cfg.Policy.IsEmpty() {
|
if h.cfg.Policy.IsEmpty() {
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user