diff --git a/scripts/remove b/scripts/remove index 000a7da..50396c9 100644 --- a/scripts/remove +++ b/scripts/remove @@ -51,7 +51,10 @@ ynh_replace_string "rm -I" "rm -f" ${UNINSTALL_SCRIPT} # Remove MySQL netdata user ynh_mysql_execute_as_root "drop user 'netdata'@'localhost'; flush privileges;" - + +# Remove services from YunoHost monitoring + yunohost service remove netdata + #================================================= # REMOVE NGINX CONFIGURATION #=================================================