From 326d1cebf5859d4e27a0258625197d3356250c6f Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 16 Nov 2016 15:43:59 +0100 Subject: [PATCH] =?UTF-8?q?Visibilit=C3=A9=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index fea4067..2832e92 100644 --- a/scripts/install +++ b/scripts/install @@ -137,10 +137,10 @@ sudo chown root: /etc/systemd/system/$app.service sudo sed -i "s@__FINALPATH__@$final_path/@g" /etc/systemd/system/$app.service sudo sed -i "s@__APP__@$app@g" /etc/systemd/system/$app.service ## Démarrage auto du service -sudo systemctl enable $app.service +sudo systemctl enable $app # Ajoute le service au monitoring de Yunohost. -sudo yunohost service add $app.service --log "/var/log/$app/etherpad.log" +sudo yunohost service add $app --log "/var/log/$app/etherpad.log" # Installation des plugins etherpad (Framapad style)