services: Add wifi-mqtt

This commit is contained in:
polyfloyd 2023-09-13 19:48:11 +02:00
parent 3716997783
commit 1a1335f92d
4 changed files with 55 additions and 0 deletions

View file

@ -48,3 +48,9 @@
name: mqtt-graphite
state: restarted
daemon_reload: true
- name: restart wifi-mqtt
systemd:
name: wifi-mqtt
state: restarted
daemon_reload: true