diff --git a/README.md b/README.md index 5b1cd50..d5cefde 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. -**Shipped version:** 1.21.0~ynh1 +**Shipped version:** 1.21.0~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index eeb8843..4b97bee 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. -**Version incluse :** 1.21.0~ynh1 +**Version incluse :** 1.21.0~ynh2 ## Captures d'écran diff --git a/conf/systemd.service b/conf/systemd.service index 3cb8b88..1673a81 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,7 +1,7 @@ [Unit] Description=Syncthing - Open Source Continuous File Synchronization for %I Documentation=man:syncthing(1) -After=multi-user.target network.target +After=network.target [Service] User=__APP__ diff --git a/manifest.json b/manifest.json index b3fa0a9..bf18fac 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Continuous file synchronization program", "fr": "Programme de synchronisation de fichiers en continu" }, - "version": "1.21.0~ynh1", + "version": "1.21.0~ynh2", "url": "https://syncthing.net/", "upstream": { "license": "MPL-2.0",