nut: Fix upsmon reload hook

`upsmon.conf` is used by *nut-monitor* (`upsmon`) rather than
*nut-server* (`upsd`).
This commit is contained in:
2024-01-19 18:01:42 -06:00
parent 36fd137897
commit bb3705939e

View File

@@ -63,7 +63,7 @@ monitor: templates: [
group: "nut"
mode: "u=rw,g=r,o="
hooks: {
changed: [{run: "systemctl try-reload-or-restart nut-server"}]
changed: [{run: "systemctl try-reload-or-restart nut-monitor"}]
}
},
{