diff --git a/README.md b/README.md index a5ff8df..675b4b6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ *[Lire ce readme en français.](./README_fr.md)* +:warning: This app is still experimental. WireGuard requires upgrading your Linux kernel to another major version. Check its compatibility before running it on a production system. :warning: + > *This package allows you to install WireGuard quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* diff --git a/README_fr.md b/README_fr.md index a93d912..2f72da3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,6 +5,8 @@ *[Read this readme in english.](./README.md)* +:warning: Cette app est encore expérimentale. WireGuard requiert de mettre à niveau votre noyau Linux. Vérifiez sa compatibilté avant de lancer l'installation sur un serveur de production. :warning: + > *Ce package vous permet d'installer WireGuard rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* diff --git a/conf/wireguard.service b/conf/wireguard.service index c76a086..f2afa4d 100644 --- a/conf/wireguard.service +++ b/conf/wireguard.service @@ -4,4 +4,4 @@ After=network.target [Service] Type=oneshot -ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service +ExecStart=/bin/systemctl restart wg-quick@wg0.service