From 5ac9356765dd81c61467e3bb4e54a9fbf4608944 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Mar 2021 14:25:19 +0100 Subject: [PATCH] Add service description --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0e80c80..cc6e39d 100644 --- a/scripts/install +++ b/scripts/install @@ -232,7 +232,7 @@ ynh_add_systemd_config # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --log "/var/log/$app/etherpad.log" +yunohost service add $app --description="Collaborative editor" --log="/var/log/$app/etherpad.log" #================================================= # INSTALL FRAMAPAD'S PLUGINS diff --git a/scripts/restore b/scripts/restore index 248d03c..d4da3c7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -141,7 +141,7 @@ chown -R $app: $final_path # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --log "/var/log/$app/etherpad.log" +yunohost service add $app --description="Collaborative editor" --log="/var/log/$app/etherpad.log" #================================================= # RESTORE SYSTEMD diff --git a/scripts/upgrade b/scripts/upgrade index e4ed5a5..28521a1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -364,7 +364,7 @@ chown $app -R /var/log/$app/etherpad.log # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --log "/var/log/$app/etherpad.log" +yunohost service add $app --description="Collaborative editor" --log="/var/log/$app/etherpad.log" #================================================= # UPGRADE FAIL2BAN