Fix: Don't reload when the service was just restarted

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-09-18 16:44:12 +02:00
parent 701a5c2a82
commit dd84a3e162
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -75,4 +75,4 @@
systemd:
name: netdata.service
state: reloaded
when: configuration.changed or netdata_conf.changed
when: (configuration.changed or netdata_conf.changed) and not service.changed