diff --git a/scripts/install b/scripts/install index 5f9b285..b8c7775 100755 --- a/scripts/install +++ b/scripts/install @@ -78,7 +78,7 @@ openproject configure >> "$YNH_STDINFO" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app +yunohost service add $app --description="Web-based project management software" --log="systemd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index f0ea451..13e978e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -49,7 +49,7 @@ openproject configure >> "$YNH_STDINFO" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app +--description="Web-based project management software" --log="systemd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 91abf1e..58d2b2a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -39,7 +39,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app +--description="Web-based project management software" --log="systemd" #================================================= # START SYSTEMD SERVICE