homeassistant: fix startup script
authorKristof Provost <kp@FreeBSD.org>
Sun, 5 May 2024 15:56:33 +0000 (17:56 +0200)
committerKristof Provost <kp@FreeBSD.org>
Sun, 5 May 2024 15:56:33 +0000 (17:56 +0200)
Set the correct moment to start, so we actually start.

ansible/templates/homeassistant

index 933e59b..7d77fbb 100644 (file)
@@ -2,8 +2,8 @@
 #
 
 # PROVIDE: homeassistant
-# REQUIRE: network
-# BEFORE:  DAEMON
+# REQUIRE: sshd NETWORKING
+# BEFORE: LOGIN
 
 . /etc/rc.subr