From fe9a15c34c8137081f9ee6df215201f1d2e74893 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sun, 5 May 2024 17:56:33 +0200 Subject: [PATCH] homeassistant: fix startup script Set the correct moment to start, so we actually start. --- ansible/templates/homeassistant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/templates/homeassistant b/ansible/templates/homeassistant index 933e59b..7d77fbb 100644 --- a/ansible/templates/homeassistant +++ b/ansible/templates/homeassistant @@ -2,8 +2,8 @@ # # PROVIDE: homeassistant -# REQUIRE: network -# BEFORE: DAEMON +# REQUIRE: sshd NETWORKING +# BEFORE: LOGIN . /etc/rc.subr -- 2.51.0