1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

"systemctl daemon_reload" before mosquitto service enabled/started

This commit is contained in:
A Holt 2019-01-16 01:22:35 -05:00 committed by GitHub
parent 3d5058f74a
commit f3e144eb6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@
- name: Enable & Start mosquitto service
systemd:
daemon_reload: yes
name: mosquitto
enabled: yes
state: started