1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

"systemctl daemon_reload" before node-red service enabled/started

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

View file

@ -73,6 +73,7 @@
- name: Enable & Start node-red service
systemd:
daemon_reload: yes
name: node-red
enabled: yes
state: started