ha_mqtt_configd: Initial version of role
This commit is contained in:
parent
f114a2d5d9
commit
2fedbd505b
4 changed files with 132 additions and 0 deletions
12
roles/ha_mqtt_configd/files/ha_mqtt_configd.rc
Executable file
12
roles/ha_mqtt_configd/files/ha_mqtt_configd.rc
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/ksh
|
||||
|
||||
daemon="/usr/local/sbin/ha_mqtt_configd"
|
||||
daemon_user="ha-mqtt"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_bg=YES
|
||||
rc_reload=NO
|
||||
pexp="python3 /usr/local/sbin/ha_mqtt_configd"
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue