services: Add mqtt-graphite

This commit is contained in:
polyfloyd 2023-09-10 21:21:20 +02:00
parent 0e75ce25c5
commit 3716997783
5 changed files with 69 additions and 0 deletions

View file

@ -42,3 +42,9 @@
name: mastodon-spacestate
state: restarted
daemon_reload: true
- name: restart mqtt-graphite
systemd:
name: mqtt-graphite
state: restarted
daemon_reload: true