Merge pull request #57 from yalh76/master

Reorder Service and Service in admin panel
master
Maniack Crudelis 6 years ago committed by GitHub
commit c3e848ad0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -92,17 +92,17 @@ ynh_restore_file "/etc/php5/fpm/pool.d/$app.conf"
ynh_install_app_dependencies deb1 deb2 ynh_install_app_dependencies deb1 deb2
#================================================= #=================================================
# ADVERTISE SERVICE IN ADMIN PANEL # RESTORE SYSTEMD
#================================================= #=================================================
yunohost service add $app --log "/var/log/$app/APP.log" ynh_restore_file "/etc/systemd/system/$app.service"
systemctl enable $app.service
#================================================= #=================================================
# RESTORE SYSTEMD # ADVERTISE SERVICE IN ADMIN PANEL
#================================================= #=================================================
ynh_restore_file "/etc/systemd/system/$app.service" yunohost service add $app --log "/var/log/$app/APP.log"
systemctl enable $app.service
#================================================= #=================================================
# RESTORE THE CRON FILE # RESTORE THE CRON FILE

Loading…
Cancel
Save