diff --git a/README.md b/README.md index e9fa0dd..71789ea 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Home automation platform -**Shipped version:** 2022.2.3~ynh1 +**Shipped version:** 2022.2.9~ynh1 **Demo:** https://demo.home-assistant.io diff --git a/README_fr.md b/README_fr.md index bd311c1..92c18ff 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme domotique -**Version incluse :** 2022.2.3~ynh1 +**Version incluse :** 2022.2.9~ynh1 **Démo :** https://demo.home-assistant.io diff --git a/conf/systemd.service b/conf/systemd.service index 7559fe1..eba5b4a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,6 +7,9 @@ Type=simple User=__APP__ WorkingDirectory=__DATA_PATH__ ExecStart=__FINALPATH__/bin/hass --config "__DATA_PATH__" --log-file "__LOG_FILE__" --verbose +RestartForceExitStatus=100 +Restart=on-failure +RestartSec=5s StandardOutput=append:__LOG_FILE__ StandardError=inherit diff --git a/manifest.json b/manifest.json index ba5e12e..79a4d7c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Home automation platform", "fr": "Plateforme domotique" }, - "version": "2022.2.3~ynh1", + "version": "2022.2.9~ynh1", "url": "https://github.com/home-assistant/home-assistant", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 6d6262a..24debdc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Release to install -app_version=2022.2.3 +app_version=2022.2.9 # Package dependencies pkg_dependencies="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5 libturbojpeg0 libmariadb-dev libmariadb-dev-compat"