mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Add missing description for yunohost service
This commit is contained in:
parent
5bc7abe779
commit
0e596d43ef
3 changed files with 6 additions and 6 deletions
|
@ -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..."
|
||||
|
|
|
@ -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..."
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue