We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c8740 commit e564d34Copy full SHA for e564d34
app-misc/homeassistant-min/files/homeassistant.init.d
@@ -9,6 +9,7 @@ user="homeassistant:homeassistant"
9
stdoutlog="/var/log/homeassistant/stdout.log"
10
serverlog="/var/log/homeassistant/server.log"
11
warningslog="/var/log/homeassistant/warnings.log"
12
+retry="20"
13
14
start_stop_daemon_args="--user $user --stdout $stdoutlog --stderr $serverlog --wait 10"
15
@@ -25,9 +26,7 @@ pidfile=/run/homeassistant.pid
25
26
27
depend() {
28
need net
- # need socat-zwave
29
- # need mosquitto
30
- after bootmisc
+ after apcupsd asterisk bluetooth cups dhcp esphome influxdb mosquitto mysql netdata prometheus socat-zwave syncthing unifi upsd xabbix zigbee2mqtt zoneminder
31
}
32
33
start_pre() {
0 commit comments