diff --git a/scripts/install b/scripts/install index 179e98f..dbf19ab 100755 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ ynh_add_supervisor_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --log="/var/log/$app/$app.log" +yunohost service add $app --description="Monitoring web dashboard" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 0c5021e..8619afd 100755 --- a/scripts/restore +++ b/scripts/restore @@ -51,7 +51,7 @@ supervisorctl update #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --log="/var/log/$app/$app.log" +yunohost service add $app --description="Monitoring web dashboard" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 84eaf41..42f8f9f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -87,7 +87,7 @@ ynh_add_supervisor_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --log="/var/log/$app/$app.log" +yunohost service add $app --description="Monitoring web dashboard" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE