homeassistant: let ha install pip requirements on startup
authorKristof Provost <kp@FreeBSD.org>
Tue, 25 Jun 2024 20:57:29 +0000 (22:57 +0200)
committerKristof Provost <kp@FreeBSD.org>
Tue, 25 Jun 2024 20:57:29 +0000 (22:57 +0200)
ansible/templates/homeassistant

index 7d77fbb..8906dab 100644 (file)
@@ -14,7 +14,7 @@ procname=/home/domotica/ha/bin/hass
 start_precmd="ha_prestart"
 
 command=/usr/sbin/daemon
-command_args=" -f -S -p ${pidfile} -u domotica ${procname} --ignore-os-check --skip-pip"
+command_args=" -f -S -p ${pidfile} -u domotica ${procname} --ignore-os-check"
 
 ha_prestart()
 {