Skip to content

Commit e564d34

Browse files
committed
add init.d patch to homeassistant-min
1 parent 49c8740 commit e564d34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app-misc/homeassistant-min/files/homeassistant.init.d

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ user="homeassistant:homeassistant"
99
stdoutlog="/var/log/homeassistant/stdout.log"
1010
serverlog="/var/log/homeassistant/server.log"
1111
warningslog="/var/log/homeassistant/warnings.log"
12+
retry="20"
1213

1314
start_stop_daemon_args="--user $user --stdout $stdoutlog --stderr $serverlog --wait 10"
1415

@@ -25,9 +26,7 @@ pidfile=/run/homeassistant.pid
2526

2627
depend() {
2728
need net
28-
# need socat-zwave
29-
# need mosquitto
30-
after bootmisc
29+
after apcupsd asterisk bluetooth cups dhcp esphome influxdb mosquitto mysql netdata prometheus socat-zwave syncthing unifi upsd xabbix zigbee2mqtt zoneminder
3130
}
3231

3332
start_pre() {

0 commit comments

Comments
 (0)