diff --git a/scripts/install b/scripts/install index 11cee59..ed21b97 100644 --- a/scripts/install +++ b/scripts/install @@ -97,8 +97,8 @@ ynh_add_systemd_config --service seafile --template seafile.service ynh_add_systemd_config --service seahub --template seahub.service # register yunohost service -yunohost service add seafile -yunohost service add seahub +yunohost service add seafile --description 'Main service for seafile server.' +yunohost service add seahub --description 'Seafile server web interface.' # Config nginx ynh_script_progression --message="Configuring nginx..." diff --git a/scripts/restore b/scripts/restore index b88f319..082a938 100644 --- a/scripts/restore +++ b/scripts/restore @@ -54,8 +54,8 @@ systemctl enable seahub --quiet # Add Seafile to YunoHost's monitored services ynh_script_progression --message="Register seafile service..." -yunohost service add seafile -yunohost service add seahub +yunohost service add seafile --description 'Main service for seafile server.' +yunohost service add seahub --description 'Seafile server web interface.' ynh_script_progression --message="Reloading services..." diff --git a/scripts/upgrade b/scripts/upgrade index d8cac23..ae56198 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -179,8 +179,8 @@ ynh_add_fail2ban_config --use_template # register yunohost service ynh_script_progression --message="Register seafile service..." -yunohost service add seafile -yunohost service add seahub +yunohost service add seafile --description 'Main service for seafile server.' +yunohost service add seahub --description 'Seafile server web interface.' # delete seafile cache