Clarify SIGHUP log message (#2661)

This commit is contained in:
Fredrik Ekre 2025-07-04 09:30:51 +02:00 committed by GitHub
parent e73b2a9fb9
commit 3f72ee9de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -822,7 +822,7 @@ func (h *Headscale) Serve() error {
case syscall.SIGHUP:
log.Info().
Str("signal", sig.String()).
Msg("Received SIGHUP, reloading ACL and Config")
Msg("Received SIGHUP, reloading ACL policy")
if h.cfg.Policy.IsEmpty() {
continue