enable systemd service
This commit is contained in:
parent
bbd1314629
commit
2b72667401
@ -35,3 +35,10 @@
|
|||||||
system: yes
|
system: yes
|
||||||
createhome: no
|
createhome: no
|
||||||
shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
|
|
||||||
|
- name: Enable systemd service
|
||||||
|
systemd:
|
||||||
|
state: started
|
||||||
|
daemon_reload: yes
|
||||||
|
enabled: yes
|
||||||
|
name: mosquitto
|
||||||
|
Loading…
Reference in New Issue
Block a user