diff --git a/README.md b/README.md index 6ac0e7f..48edddd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Rocket.Chat is an open-source fully customizable communications platform develop - Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) - Desktop Apps for [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) and [Windows](https://releases.rocket.chat/desktop/latest/download) -**Shipped version:** 6.5.0~ynh1 +**Shipped version:** 6.5.2~ynh1 **Demo:** https://cloud.rocket.chat/trial diff --git a/README_fr.md b/README_fr.md index 0c3237e..d32d32d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Rocket.Chat est une plate-forme de communication open source entièrement person - Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) - Applications de bureau pour [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) et [Windows](https://releases.rocket.chat/desktop/latest/download) -**Version incluse :** 6.5.0~ynh1 +**Version incluse :** 6.5.2~ynh1 **Démo :** https://cloud.rocket.chat/trial diff --git a/conf/systemd.service b/conf/systemd.service index 2280860..f1072c5 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -19,6 +19,8 @@ Environment=ADMIN_USERNAME="__ADMIN__" Environment=ADMIN_PASS="__PASSWORD__" Environment=ADMIN_EMAIL="__EMAIL__" Environment=OVERWRITE_SETTING_Show_Setup_Wizard=completed +Restart=on-failure +RestartSec=1s # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these diff --git a/manifest.toml b/manifest.toml index b908c9f..d12d5ee 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Rocket.Chat" description.en = "Team collaboration communication platform" description.fr = "Plateforme de communication collaborative en équipe" -version = "6.5.0~ynh1" +version = "6.5.2~ynh1" maintainers = ["eric_G"] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://releases.rocket.chat/6.5.0/download" - sha256 = "a0e0d73725d351403daa6d8a160b95bfc8a83edcc70a9ce221896dc0169b7cf6" + url = "https://releases.rocket.chat/6.5.2/download" + sha256 = "b504b063b7629434df8e886d67d161af7f44c6ecea9db320f203926d03d495d6" in_subdir = true extract = true rename = "rocket.chat.tgz"