Reorder Service and Service in admin panel

This commit is contained in:
Yalh
2019-01-24 01:52:51 +01:00
parent 6e7d98cab5
commit 05e5af727e
2 changed files with 13 additions and 13 deletions

View File

@@ -23,13 +23,6 @@ final_path=$(ynh_app_setting_get $app final_path)
#=================================================
# STANDARD REMOVE
#=================================================
# STOP AND REMOVE SERVICE
#=================================================
# Remove the dedicated systemd config
ynh_remove_systemd_config
#=================================================
# REMOVE SERVICE FROM ADMIN PANEL
#=================================================
@@ -41,6 +34,13 @@ then
yunohost service remove $app
fi
#=================================================
# STOP AND REMOVE SERVICE
#=================================================
# Remove the dedicated systemd config
ynh_remove_systemd_config
#=================================================
# REMOVE DEPENDENCIES
#=================================================