1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-10 13:46:46 +02:00

Clarify SIGHUP log message

This patch updates the log message on SIGHUP to only mention reloading
of the ACL policy.
This commit is contained in:
Fredrik Ekre 2025-06-26 00:50:19 +02:00
parent e73b2a9fb9
commit 161911a125
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2

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